@graphcommerce/magento-payment-included 3.0.6 → 3.0.9
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,42 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 3.0.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1399](https://github.com/graphcommerce-org/graphcommerce/pull/1399) [`da0ae7d02`](https://github.com/graphcommerce-org/graphcommerce/commit/da0ae7d0236e4908ba0bf0fa16656be516e841d4) Thanks [@paales](https://github.com/paales)! - Updated dependencies
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`fb277d8e1`](https://github.com/graphcommerce-org/graphcommerce/commit/fb277d8e1e3612c5e9cf890a30d19cfd1ff70542), [`fb277d8e1`](https://github.com/graphcommerce-org/graphcommerce/commit/fb277d8e1e3612c5e9cf890a30d19cfd1ff70542), [`8652662cf`](https://github.com/graphcommerce-org/graphcommerce/commit/8652662cf9a8711d1c685d4f5cd788870a8242e2), [`da0ae7d02`](https://github.com/graphcommerce-org/graphcommerce/commit/da0ae7d0236e4908ba0bf0fa16656be516e841d4)]:
|
|
10
|
+
- @graphcommerce/graphql@3.1.0
|
|
11
|
+
- @graphcommerce/magento-cart@4.2.6
|
|
12
|
+
- @graphcommerce/magento-cart-payment-method@3.1.2
|
|
13
|
+
- @graphcommerce/magento-store@4.1.7
|
|
14
|
+
- @graphcommerce/next-ui@4.6.1
|
|
15
|
+
- @graphcommerce/react-hook-form@3.1.1
|
|
16
|
+
- @graphcommerce/image@3.1.5
|
|
17
|
+
|
|
18
|
+
## 3.0.8
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies []:
|
|
23
|
+
- @graphcommerce/magento-cart@4.2.5
|
|
24
|
+
- @graphcommerce/magento-cart-payment-method@3.1.1
|
|
25
|
+
|
|
26
|
+
## 3.0.7
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- [#1379](https://github.com/graphcommerce-org/graphcommerce/pull/1379) [`b8d04130a`](https://github.com/graphcommerce-org/graphcommerce/commit/b8d04130a1b1cb8fc85308939235140288744465) Thanks [@paales](https://github.com/paales)! - Removed unused trigger: onChange for useForm handler
|
|
31
|
+
|
|
32
|
+
- Updated dependencies [[`3c801f45c`](https://github.com/graphcommerce-org/graphcommerce/commit/3c801f45c7df55131acf30ae2fe0d2344830d480), [`b8d04130a`](https://github.com/graphcommerce-org/graphcommerce/commit/b8d04130a1b1cb8fc85308939235140288744465), [`3192fab82`](https://github.com/graphcommerce-org/graphcommerce/commit/3192fab82560e2211dfcacadc3b0b305260527d8), [`104abd14e`](https://github.com/graphcommerce-org/graphcommerce/commit/104abd14e1585ef0d8de77937d25156b8fa1e201), [`0e425e85e`](https://github.com/graphcommerce-org/graphcommerce/commit/0e425e85ee8fed280349317ee0440c7bceea5823), [`2a125b1f9`](https://github.com/graphcommerce-org/graphcommerce/commit/2a125b1f98bb9272d96c3577f21d6c984caad892), [`8a354d1cd`](https://github.com/graphcommerce-org/graphcommerce/commit/8a354d1cd4757497ddfc9b1969a0addbc8ff616b), [`6ebe9d12d`](https://github.com/graphcommerce-org/graphcommerce/commit/6ebe9d12db9fcaa2af67a475e64a08d63e232b46)]:
|
|
33
|
+
- @graphcommerce/next-ui@4.6.0
|
|
34
|
+
- @graphcommerce/magento-cart@4.2.4
|
|
35
|
+
- @graphcommerce/magento-cart-payment-method@3.1.0
|
|
36
|
+
- @graphcommerce/react-hook-form@3.1.0
|
|
37
|
+
- @graphcommerce/image@3.1.4
|
|
38
|
+
- @graphcommerce/magento-store@4.1.6
|
|
39
|
+
|
|
3
40
|
## 3.0.6
|
|
4
41
|
|
|
5
42
|
### Patch Changes
|
|
@@ -11,7 +11,6 @@ export function PurchaseOrderOptions(props: PaymentOptionsProps) {
|
|
|
11
11
|
const poNumber = selected?.purchase_order_number ?? undefined
|
|
12
12
|
|
|
13
13
|
const form = useFormGqlMutationCart(PurchaseOrderOptionsDocument, {
|
|
14
|
-
mode: 'onChange',
|
|
15
14
|
defaultValues: { code, poNumber },
|
|
16
15
|
})
|
|
17
16
|
const { handleSubmit, muiRegister, formState, required } = form
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-payment-included",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "3.0.
|
|
5
|
+
"version": "3.0.9",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,23 +12,23 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@graphcommerce/eslint-config-pwa": "^4.1.
|
|
16
|
-
"@graphcommerce/magento-cart-shipping-address": "3.0.
|
|
17
|
-
"@graphcommerce/magento-product": "4.1.
|
|
18
|
-
"@graphcommerce/magento-product-configurable": "4.0.
|
|
19
|
-
"@graphcommerce/prettier-config-pwa": "^4.0.
|
|
15
|
+
"@graphcommerce/eslint-config-pwa": "^4.1.5",
|
|
16
|
+
"@graphcommerce/magento-cart-shipping-address": "3.0.9",
|
|
17
|
+
"@graphcommerce/magento-product": "4.1.7",
|
|
18
|
+
"@graphcommerce/magento-product-configurable": "4.0.11",
|
|
19
|
+
"@graphcommerce/prettier-config-pwa": "^4.0.6",
|
|
20
20
|
"@graphcommerce/typescript-config-pwa": "^4.0.2",
|
|
21
|
-
"@playwright/test": "^1.
|
|
22
|
-
"type-fest": "2.12.
|
|
21
|
+
"@playwright/test": "^1.21.1",
|
|
22
|
+
"type-fest": "^2.12.2"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@graphcommerce/graphql": "3.0
|
|
26
|
-
"@graphcommerce/image": "3.1.
|
|
27
|
-
"@graphcommerce/magento-cart": "4.2.
|
|
28
|
-
"@graphcommerce/magento-cart-payment-method": "3.
|
|
29
|
-
"@graphcommerce/magento-store": "4.1.
|
|
30
|
-
"@graphcommerce/next-ui": "4.
|
|
31
|
-
"@graphcommerce/react-hook-form": "3.
|
|
25
|
+
"@graphcommerce/graphql": "3.1.0",
|
|
26
|
+
"@graphcommerce/image": "3.1.5",
|
|
27
|
+
"@graphcommerce/magento-cart": "4.2.6",
|
|
28
|
+
"@graphcommerce/magento-cart-payment-method": "3.1.2",
|
|
29
|
+
"@graphcommerce/magento-store": "4.1.7",
|
|
30
|
+
"@graphcommerce/next-ui": "4.6.1",
|
|
31
|
+
"@graphcommerce/react-hook-form": "3.1.1"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@lingui/macro": "^3.13.2",
|
|
@@ -19,5 +19,5 @@ test('banktransfer', async ({ page, productURL, apolloClient }) => {
|
|
|
19
19
|
expect((await waitForPlaceOrder).errors).toBeUndefined()
|
|
20
20
|
expect((await waitForPlaceOrder).data?.placeOrder?.order.order_number).toBeDefined()
|
|
21
21
|
|
|
22
|
-
expect(await page.locator('
|
|
22
|
+
expect(await page.locator('#back-to-home').innerText()).toBeDefined()
|
|
23
23
|
})
|
|
@@ -22,5 +22,5 @@ test('place order', async ({ page, productURL, apolloClient }) => {
|
|
|
22
22
|
expect((await waitForPlaceOrder).errors).toBeUndefined()
|
|
23
23
|
expect((await waitForPlaceOrder).data?.placeOrder?.order.order_number).toBeDefined()
|
|
24
24
|
|
|
25
|
-
expect(await page.locator('
|
|
25
|
+
expect(await page.locator('#back-to-home').innerText()).toBeDefined()
|
|
26
26
|
})
|