You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I fixed this issue kinda, its something wich needs to be adjusted in the code.
cart_paypal redirects by a succes only on cart\order show , thats why only the order is placed.
so you need to redirect to the update function from order\payment.
`
if ($this->cart) {
$orderItem = $this->cart->getOrderItem();
also the order sendmails method has en error in the parameters where he wrote @paran so this needs adjustment. /** * Send Mails * @param \Extcode\Cart\Domain\Model\Order\Item $orderItem * type here had paran instead of param * @param string $type * @param string $class * @param string $function */ protected function sendMails(\Extcode\Cart\Domain\Model\Order\Item $orderItem, $type, $class, $function) {
with this the fix is not yet finished because the hash wont get transfered to the update function because the request is lost at that point.
so you need to give it as argument from your success function . which means the update method needs an optional parameter
which needs to be read.
'version' => '4.0.2',
TYPO3 9.5.22
The text was updated successfully, but these errors were encountered: