@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) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tagadapay/plugin-sdk",
3
- "version": "2.3.11",
3
+ "version": "2.3.13",
4
4
  "description": "Modern React SDK for building Tagada Pay plugins",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",