[ad_1]
Replies: 2
There is a minor “bug” in the Vipps MobilePay Plug-in for WooCommerce integration.
Order ID which is pulled from Vipps Mobile Pay Plug-in is set to either “$order->id” or “$order->get_id()”
This should be changed to “$order->get_order_number()”
Reason:
If you use the WooCommerce Plug-in to manipulate order numbers (i.e. Sequential Order Numbers for WooCommerce), these “new” order numbers will not be included in Vipps MobilePay, but only the original “Post ID/Order ID”.
Thanks
