|
@@ -99,6 +99,7 @@ class Klarna extends Payment
|
|
|
'merchant_urls' => [
|
|
'merchant_urls' => [
|
|
|
'confirmation_url' => $input->paymentSuccessUrl . '?orderId=' . $order->id,
|
|
'confirmation_url' => $input->paymentSuccessUrl . '?orderId=' . $order->id,
|
|
|
'push_url' => $input->paymentSuccessUrl . '?orderId=' . $order->id,
|
|
'push_url' => $input->paymentSuccessUrl . '?orderId=' . $order->id,
|
|
|
|
|
+ 'authorization' => $input->paymentSuccessUrl . '?orderId=' . $order->id,
|
|
|
],
|
|
],
|
|
|
'order_lines' => $products,
|
|
'order_lines' => $products,
|
|
|
'purchase_country' => $bill->country,
|
|
'purchase_country' => $bill->country,
|