@betterstore/react 0.3.1 → 0.3.2

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @betterstore/sdk
2
2
 
3
+ ## 0.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - bug fix
8
+
3
9
  ## 0.3.1
4
10
 
5
11
  ### Patch Changes
package/dist/index.cjs.js CHANGED
@@ -34402,7 +34402,7 @@ function CheckoutForm({ storeClient, checkoutId, onSuccess, onError, cancelUrl,
34402
34402
  shipmentData: {
34403
34403
  provider: data.provider,
34404
34404
  pickupPointId: data.pickupPointId,
34405
- name: data.pickupPointDisplayName,
34405
+ name: data.name,
34406
34406
  },
34407
34407
  });
34408
34408
  const { paymentSecret, publicKey } = yield storeClient.generateCheckoutsPaymentSecret(clientSecret, checkoutId);
package/dist/index.mjs CHANGED
@@ -34379,7 +34379,7 @@ function CheckoutForm({ storeClient, checkoutId, onSuccess, onError, cancelUrl,
34379
34379
  shipmentData: {
34380
34380
  provider: data.provider,
34381
34381
  pickupPointId: data.pickupPointId,
34382
- name: data.pickupPointDisplayName,
34382
+ name: data.name,
34383
34383
  },
34384
34384
  });
34385
34385
  const { paymentSecret, publicKey } = yield storeClient.generateCheckoutsPaymentSecret(clientSecret, checkoutId);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@betterstore/react",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "E-commerce for Developers",
5
5
  "private": false,
6
6
  "publishConfig": {