@graphcommerce/magento-payment-adyen 9.0.4-canary.8 → 9.0.4

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,22 +1,18 @@
1
1
  # @graphcommerce/magento-payment-adyen
2
2
 
3
- ## 9.0.4-canary.8
3
+ ## 9.0.4
4
4
 
5
- ## 9.0.4-canary.7
5
+ ## 9.0.3
6
6
 
7
- ## 9.0.4-canary.6
7
+ ## 9.0.3-canary.0
8
8
 
9
- ## 9.0.4-canary.5
9
+ ## 9.0.2
10
10
 
11
- ## 9.0.4-canary.4
11
+ ## 9.0.2-canary.0
12
12
 
13
- ## 9.0.4-canary.3
13
+ ## 9.0.1
14
14
 
15
- ## 9.0.4-canary.2
16
-
17
- ## 9.0.4-canary.1
18
-
19
- ## 9.0.4-canary.0
15
+ ## 9.0.1-canary.1
20
16
 
21
17
  ## 9.0.0
22
18
 
@@ -7,6 +7,7 @@ import {
7
7
  usePaymentMethodContext,
8
8
  } from '@graphcommerce/magento-cart-payment-method'
9
9
  import { FormRow } from '@graphcommerce/next-ui'
10
+ import { t } from '@lingui/macro'
10
11
  import { useRouter } from 'next/router'
11
12
  import { useAdyenCartLock } from '../../hooks/useAdyenCartLock'
12
13
  import { useAdyenPaymentMethod } from '../../hooks/useAdyenPaymentMethod'
@@ -8,10 +8,8 @@ type AdyenLockState = CartLockState & {
8
8
  }
9
9
 
10
10
  /**
11
- * The cart lock situation is a bit odd since are unable to actually influence the return URL we
12
- * can't safely remember the cart ID.
11
+ * The cart lock situation is a bit odd since are unable to actually influence the return URL we can't safely remember the cart ID.
13
12
  *
14
- * This is a potential bug because when the customer is returning from an icognito session, the cart
15
- * ID is not available.
13
+ * This is a potential bug because when the customer is returning from an icognito session, the cart ID is not available.
16
14
  */
17
15
  export const useAdyenCartLock = () => useCartLock<AdyenLockState>()
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-payment-adyen",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "9.0.4-canary.8",
5
+ "version": "9.0.4",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,18 +12,18 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/ecommerce-ui": "^9.0.4-canary.8",
16
- "@graphcommerce/eslint-config-pwa": "^9.0.4-canary.8",
17
- "@graphcommerce/graphql": "^9.0.4-canary.8",
18
- "@graphcommerce/graphql-mesh": "^9.0.4-canary.8",
19
- "@graphcommerce/image": "^9.0.4-canary.8",
20
- "@graphcommerce/magento-cart": "^9.0.4-canary.8",
21
- "@graphcommerce/magento-cart-payment-method": "^9.0.4-canary.8",
22
- "@graphcommerce/magento-product": "^9.0.4-canary.8",
23
- "@graphcommerce/magento-store": "^9.0.4-canary.8",
24
- "@graphcommerce/next-ui": "^9.0.4-canary.8",
25
- "@graphcommerce/prettier-config-pwa": "^9.0.4-canary.8",
26
- "@graphcommerce/typescript-config-pwa": "^9.0.4-canary.8",
15
+ "@graphcommerce/ecommerce-ui": "^9.0.4",
16
+ "@graphcommerce/eslint-config-pwa": "^9.0.4",
17
+ "@graphcommerce/graphql": "^9.0.4",
18
+ "@graphcommerce/graphql-mesh": "^9.0.4",
19
+ "@graphcommerce/image": "^9.0.4",
20
+ "@graphcommerce/magento-cart": "^9.0.4",
21
+ "@graphcommerce/magento-cart-payment-method": "^9.0.4",
22
+ "@graphcommerce/magento-product": "^9.0.4",
23
+ "@graphcommerce/magento-store": "^9.0.4",
24
+ "@graphcommerce/next-ui": "^9.0.4",
25
+ "@graphcommerce/prettier-config-pwa": "^9.0.4",
26
+ "@graphcommerce/typescript-config-pwa": "^9.0.4",
27
27
  "@lingui/core": "^4.2.1",
28
28
  "@lingui/macro": "^4.2.1",
29
29
  "@lingui/react": "^4.2.1",