@graphcommerce/magento-payment-multisafepay 9.0.4-canary.9 → 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,24 +1,18 @@
|
|
|
1
1
|
# @graphcommerce/magento-payment-multisafepay
|
|
2
2
|
|
|
3
|
-
## 9.0.4
|
|
3
|
+
## 9.0.4
|
|
4
4
|
|
|
5
|
-
## 9.0.
|
|
5
|
+
## 9.0.3
|
|
6
6
|
|
|
7
|
-
## 9.0.
|
|
7
|
+
## 9.0.3-canary.0
|
|
8
8
|
|
|
9
|
-
## 9.0.
|
|
9
|
+
## 9.0.2
|
|
10
10
|
|
|
11
|
-
## 9.0.
|
|
11
|
+
## 9.0.2-canary.0
|
|
12
12
|
|
|
13
|
-
## 9.0.
|
|
13
|
+
## 9.0.1
|
|
14
14
|
|
|
15
|
-
## 9.0.
|
|
16
|
-
|
|
17
|
-
## 9.0.4-canary.2
|
|
18
|
-
|
|
19
|
-
## 9.0.4-canary.1
|
|
20
|
-
|
|
21
|
-
## 9.0.4-canary.0
|
|
15
|
+
## 9.0.1-canary.1
|
|
22
16
|
|
|
23
17
|
## 9.0.0
|
|
24
18
|
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
} from '@graphcommerce/ecommerce-ui'
|
|
7
7
|
import { useFormGqlMutationCart } from '@graphcommerce/magento-cart'
|
|
8
8
|
import type { PaymentOptionsProps } from '@graphcommerce/magento-cart-payment-method'
|
|
9
|
-
import {
|
|
9
|
+
import { FormRow, filterNonNullableKeys } from '@graphcommerce/next-ui'
|
|
10
10
|
import { i18n } from '@lingui/core'
|
|
11
11
|
import { MSPPaymentOptionsDocument } from './MSPPaymentOptions.gql'
|
|
12
12
|
|
|
@@ -9,6 +9,7 @@ import {
|
|
|
9
9
|
usePaymentMethodContext,
|
|
10
10
|
} from '@graphcommerce/magento-cart-payment-method'
|
|
11
11
|
import { ErrorSnackbar } from '@graphcommerce/next-ui'
|
|
12
|
+
import { t } from '@lingui/macro'
|
|
12
13
|
import { useRouter } from 'next/router'
|
|
13
14
|
import { useMSPCartLock } from '../../hooks/useMSPCartLock'
|
|
14
15
|
import { MSPPaymentHandlerDocument } from '../MSPPaymentHandler/MSPPaymentHandler.gql'
|
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": "9.0.4
|
|
5
|
+
"version": "9.0.4",
|
|
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": "^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-checkout": "^9.0.4
|
|
22
|
-
"@graphcommerce/magento-cart-payment-method": "^9.0.4
|
|
23
|
-
"@graphcommerce/magento-cart-shipping-address": "^9.0.4
|
|
24
|
-
"@graphcommerce/magento-product": "^9.0.4
|
|
25
|
-
"@graphcommerce/magento-product-configurable": "^9.0.4
|
|
26
|
-
"@graphcommerce/magento-store": "^9.0.4
|
|
27
|
-
"@graphcommerce/next-ui": "^9.0.4
|
|
28
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.4
|
|
29
|
-
"@graphcommerce/react-hook-form": "^9.0.4
|
|
30
|
-
"@graphcommerce/typescript-config-pwa": "^9.0.4
|
|
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-checkout": "^9.0.4",
|
|
22
|
+
"@graphcommerce/magento-cart-payment-method": "^9.0.4",
|
|
23
|
+
"@graphcommerce/magento-cart-shipping-address": "^9.0.4",
|
|
24
|
+
"@graphcommerce/magento-product": "^9.0.4",
|
|
25
|
+
"@graphcommerce/magento-product-configurable": "^9.0.4",
|
|
26
|
+
"@graphcommerce/magento-store": "^9.0.4",
|
|
27
|
+
"@graphcommerce/next-ui": "^9.0.4",
|
|
28
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.4",
|
|
29
|
+
"@graphcommerce/react-hook-form": "^9.0.4",
|
|
30
|
+
"@graphcommerce/typescript-config-pwa": "^9.0.4",
|
|
31
31
|
"@lingui/core": "^4.2.1",
|
|
32
32
|
"@lingui/macro": "^4.2.1",
|
|
33
33
|
"@lingui/react": "^4.2.1",
|