@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 +6 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
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.
|
|
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.
|
|
34382
|
+
name: data.name,
|
|
34383
34383
|
},
|
|
34384
34384
|
});
|
|
34385
34385
|
const { paymentSecret, publicKey } = yield storeClient.generateCheckoutsPaymentSecret(clientSecret, checkoutId);
|