@graphcommerce/magento-payment-adyen 9.0.3 → 9.0.4-canary.1
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
|
@@ -7,7 +7,6 @@ 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'
|
|
11
10
|
import { useRouter } from 'next/router'
|
|
12
11
|
import { useAdyenCartLock } from '../../hooks/useAdyenCartLock'
|
|
13
12
|
import { useAdyenPaymentMethod } from '../../hooks/useAdyenPaymentMethod'
|
|
@@ -8,8 +8,10 @@ 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
|
|
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.
|
|
12
13
|
*
|
|
13
|
-
* This is a potential bug because when the customer is returning from an icognito session, the cart
|
|
14
|
+
* This is a potential bug because when the customer is returning from an icognito session, the cart
|
|
15
|
+
* ID is not available.
|
|
14
16
|
*/
|
|
15
17
|
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.
|
|
5
|
+
"version": "9.0.4-canary.1",
|
|
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.
|
|
16
|
-
"@graphcommerce/eslint-config-pwa": "^9.0.
|
|
17
|
-
"@graphcommerce/graphql": "^9.0.
|
|
18
|
-
"@graphcommerce/graphql-mesh": "^9.0.
|
|
19
|
-
"@graphcommerce/image": "^9.0.
|
|
20
|
-
"@graphcommerce/magento-cart": "^9.0.
|
|
21
|
-
"@graphcommerce/magento-cart-payment-method": "^9.0.
|
|
22
|
-
"@graphcommerce/magento-product": "^9.0.
|
|
23
|
-
"@graphcommerce/magento-store": "^9.0.
|
|
24
|
-
"@graphcommerce/next-ui": "^9.0.
|
|
25
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.
|
|
26
|
-
"@graphcommerce/typescript-config-pwa": "^9.0.
|
|
15
|
+
"@graphcommerce/ecommerce-ui": "^9.0.4-canary.1",
|
|
16
|
+
"@graphcommerce/eslint-config-pwa": "^9.0.4-canary.1",
|
|
17
|
+
"@graphcommerce/graphql": "^9.0.4-canary.1",
|
|
18
|
+
"@graphcommerce/graphql-mesh": "^9.0.4-canary.1",
|
|
19
|
+
"@graphcommerce/image": "^9.0.4-canary.1",
|
|
20
|
+
"@graphcommerce/magento-cart": "^9.0.4-canary.1",
|
|
21
|
+
"@graphcommerce/magento-cart-payment-method": "^9.0.4-canary.1",
|
|
22
|
+
"@graphcommerce/magento-product": "^9.0.4-canary.1",
|
|
23
|
+
"@graphcommerce/magento-store": "^9.0.4-canary.1",
|
|
24
|
+
"@graphcommerce/next-ui": "^9.0.4-canary.1",
|
|
25
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.4-canary.1",
|
|
26
|
+
"@graphcommerce/typescript-config-pwa": "^9.0.4-canary.1",
|
|
27
27
|
"@lingui/core": "^4.2.1",
|
|
28
28
|
"@lingui/macro": "^4.2.1",
|
|
29
29
|
"@lingui/react": "^4.2.1",
|