|
@@ -91,7 +91,7 @@ class AwxKlarna extends Payment
|
|
|
'request_id' => $this->createUuid(),
|
|
'request_id' => $this->createUuid(),
|
|
|
'amount' => $grandTotal,
|
|
'amount' => $grandTotal,
|
|
|
'descriptor' => $this->prefix,
|
|
'descriptor' => $this->prefix,
|
|
|
- 'return_url' => $input->paymentSuccessUrl . '?orderId=' . $override['merchantOrderId'],
|
|
|
|
|
|
|
+ 'return_url' => $input->paymentSuccessUrl . '?orderId=' . $order->id,
|
|
|
'merchant_order_id' => $this->prefix . $override['merchantOrderId'],
|
|
'merchant_order_id' => $this->prefix . $override['merchantOrderId'],
|
|
|
'currency' => $order->order_currency_code,
|
|
'currency' => $order->order_currency_code,
|
|
|
'customer' => [
|
|
'customer' => [
|