@graphcommerce/magento-payment-multisafepay 10.0.0-canary.60 → 10.0.0-canary.61

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/README.md +8 -0
  3. package/package.json +17 -17
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @graphcommerce/magento-payment-multisafepay
2
2
 
3
+ ## 10.0.0-canary.61
4
+
5
+ ### Patch Changes
6
+
7
+ - [`686722c`](https://github.com/graphcommerce-org/graphcommerce/commit/686722cb35dadbbe0dc1c8d144b1f5e2b65d433d) - docs ([@paales](https://github.com/paales))
8
+
3
9
  ## 10.0.0-canary.60
4
10
 
5
11
  ## 10.0.0-canary.59
package/README.md CHANGED
@@ -19,3 +19,11 @@
19
19
  `https://$domain/$locale/checkout/payment?locked=1&success=0&cart_id={{quote.masked_id}}&method={{payment.code}}&order_number={{order.increment_id}}`
20
20
  - _Custom "Success page" url_:
21
21
  `https://$domain/$locale/checkout/payment?locked=1&success=1&cart_id={{quote.masked_id}}&method={{payment.code}}&order_number={{order.increment_id}}`
22
+ 4. Add a rewrite to ensure payments can be processed when returning from MSP.
23
+ Ensure `next.config.ts` contains the following rewrite:
24
+ ```
25
+ {
26
+ source: '/multisafepay/connect/:slug*',
27
+ destination: `${yourMagentoUrl}/multisafepay/connect/:slug*`,
28
+ },
29
+ ```
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-payment-multisafepay",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "10.0.0-canary.60",
5
+ "version": "10.0.0-canary.61",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,22 +12,22 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/ecommerce-ui": "^10.0.0-canary.60",
16
- "@graphcommerce/eslint-config-pwa": "^10.0.0-canary.60",
17
- "@graphcommerce/graphql": "^10.0.0-canary.60",
18
- "@graphcommerce/graphql-mesh": "^10.0.0-canary.60",
19
- "@graphcommerce/image": "^10.0.0-canary.60",
20
- "@graphcommerce/magento-cart": "^10.0.0-canary.60",
21
- "@graphcommerce/magento-cart-checkout": "^10.0.0-canary.60",
22
- "@graphcommerce/magento-cart-payment-method": "^10.0.0-canary.60",
23
- "@graphcommerce/magento-cart-shipping-address": "^10.0.0-canary.60",
24
- "@graphcommerce/magento-product": "^10.0.0-canary.60",
25
- "@graphcommerce/magento-product-configurable": "^10.0.0-canary.60",
26
- "@graphcommerce/magento-store": "^10.0.0-canary.60",
27
- "@graphcommerce/next-ui": "^10.0.0-canary.60",
28
- "@graphcommerce/prettier-config-pwa": "^10.0.0-canary.60",
29
- "@graphcommerce/react-hook-form": "^10.0.0-canary.60",
30
- "@graphcommerce/typescript-config-pwa": "^10.0.0-canary.60",
15
+ "@graphcommerce/ecommerce-ui": "^10.0.0-canary.61",
16
+ "@graphcommerce/eslint-config-pwa": "^10.0.0-canary.61",
17
+ "@graphcommerce/graphql": "^10.0.0-canary.61",
18
+ "@graphcommerce/graphql-mesh": "^10.0.0-canary.61",
19
+ "@graphcommerce/image": "^10.0.0-canary.61",
20
+ "@graphcommerce/magento-cart": "^10.0.0-canary.61",
21
+ "@graphcommerce/magento-cart-checkout": "^10.0.0-canary.61",
22
+ "@graphcommerce/magento-cart-payment-method": "^10.0.0-canary.61",
23
+ "@graphcommerce/magento-cart-shipping-address": "^10.0.0-canary.61",
24
+ "@graphcommerce/magento-product": "^10.0.0-canary.61",
25
+ "@graphcommerce/magento-product-configurable": "^10.0.0-canary.61",
26
+ "@graphcommerce/magento-store": "^10.0.0-canary.61",
27
+ "@graphcommerce/next-ui": "^10.0.0-canary.61",
28
+ "@graphcommerce/prettier-config-pwa": "^10.0.0-canary.61",
29
+ "@graphcommerce/react-hook-form": "^10.0.0-canary.61",
30
+ "@graphcommerce/typescript-config-pwa": "^10.0.0-canary.61",
31
31
  "@lingui/core": "^5",
32
32
  "@lingui/macro": "^5",
33
33
  "@lingui/react": "^5",