PluginProbe
Pay with Vipps and MobilePay for WooCommerce / 6.2.4
Pay with Vipps and MobilePay for WooCommerce v6.2.4
6.2.4 6.2.3 6.2.2 6.2.1 6.2.0 6.1.10 6.1.9 6.1.8 6.1.7 6.1.6 6.1.5 6.1.4 6.1.3 6.1.2 6.1.1 6.1.0 6.0.5 6.0.4 6.0.3 6.0.2 6.0.1 6.0.0 5.4.3 5.4.2 5.4.1 All 186 releases
← All changes | payment/VippsApi.class.php +2 -2 6.1.86.2.4 View file →
@@ -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) {