@akinon/pz-apple-pay 1.74.0 → 1.75.0

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,7 @@
1
1
  # @akinon/pz-apple-pay
2
2
 
3
+ ## 1.75.0
4
+
3
5
  ## 1.74.0
4
6
 
5
7
  ## 1.73.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-apple-pay",
3
- "version": "1.74.0",
3
+ "version": "1.75.0",
4
4
  "license": "MIT",
5
5
  "main": "src/index.tsx",
6
6
  "peerDependencies": {
@@ -103,7 +103,7 @@ export default function useApplePay() {
103
103
  )
104
104
  ) {
105
105
  const paymentCompleteResponse = await dispatch(
106
- checkoutApi.endpoints.setWalletCompletePage.initiate()
106
+ checkoutApi.endpoints.setWalletCompletePage.initiate(true)
107
107
  ).unwrap();
108
108
 
109
109
  if (paymentCompleteResponse.errors) {