@tagadapay/plugin-sdk 2.3.12 → 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.
@@ -302,6 +302,7 @@ export function useApplePay(options = {}) {
302
302
  }
303
303
  const { lineItems: newLineItems, total: newTotal, shippingMethods: newShippingMethods, } = newOrderSummary;
304
304
  console.log('======= APPLE PAY ON SHIPPING CONTACT SELECTED ======');
305
+ console.log('newOrderSummary', newOrderSummary);
305
306
  console.log(newLineItems, newTotal, newShippingMethods);
306
307
  session.completeShippingContactSelection(window.ApplePaySession.STATUS_SUCCESS, newShippingMethods, newTotal, newLineItems);
307
308
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tagadapay/plugin-sdk",
3
- "version": "2.3.12",
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",