| @@ -738,9 +738,9 @@ | ||
| 738 | 738 | return $res; |
| 739 | 739 | } |
| 740 | 740 | |
| 741 | 741 | |
| 742 | - // This is Vipps Checkout IOK 2021-06-19 | |
| 742 | + // This is Checkout IOK 2021-06-19 | |
| 743 | 743 | // Updated for V3 2023-01-09 |
| 744 | 744 | public function initiate_checkout($customerinfo,$order,$returnurl,$authtoken,$idempotency_key=null) { |
| 745 | 745 | $command = 'checkout/v3/session'; |
| 746 | 746 | $static_shipping = $order->get_meta('_vipps_static_shipping'); |
| @@ -814,9 +814,9 @@ | ||
| 814 | 814 | $transaction['paymentDescription'] = substr($transaction['paymentDescription'],0,90); // Add some slack if this happens. IOK 2019-10-17 |
| 815 | 815 | } |
| 816 | 816 | |
| 817 | 817 | |
| 818 | - ## Vipps Checkout Shipping | |
| 818 | + ## Checkout Shipping | |
| 819 | 819 | $shippingcallback = $this->gateway->shipping_details_callback_url($authtoken, $orderid); |
| 820 | 820 | $shippingcallback .= "/v3/checkout/" . $vippsorderid . "/shippingDetails"; # because this is how eCom v2 does it. |
| 821 | 821 | $gw = $this->gateway; |
| 822 | 822 | if ($needs_shipping) { |