@tagadapay/plugin-sdk 2.3.11 → 2.3.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -301,6 +301,9 @@ export function useApplePay(options = {}) {
|
|
|
301
301
|
return;
|
|
302
302
|
}
|
|
303
303
|
const { lineItems: newLineItems, total: newTotal, shippingMethods: newShippingMethods, } = newOrderSummary;
|
|
304
|
+
console.log('======= APPLE PAY ON SHIPPING CONTACT SELECTED ======');
|
|
305
|
+
console.log('newOrderSummary', newOrderSummary);
|
|
306
|
+
console.log(newLineItems, newTotal, newShippingMethods);
|
|
304
307
|
session.completeShippingContactSelection(window.ApplePaySession.STATUS_SUCCESS, newShippingMethods, newTotal, newLineItems);
|
|
305
308
|
}
|
|
306
309
|
catch (error) {
|