@graphcommerce/magento-cart-payment-method 8.1.0-canary.16 → 8.1.0-canary.18

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,14 @@
1
1
  # Change Log
2
2
 
3
+ ## 8.1.0-canary.18
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2277](https://github.com/graphcommerce-org/graphcommerce/pull/2277) [`f9199f7`](https://github.com/graphcommerce-org/graphcommerce/commit/f9199f798583138a68dd641ea6637375c487f29b) - Solve issue where Braintree wouldn't place the order after successfully validating a Credit Card.
8
+ ([@paales](https://github.com/paales))
9
+
10
+ ## 8.1.0-canary.17
11
+
3
12
  ## 8.1.0-canary.16
4
13
 
5
14
  ## 8.1.0-canary.15
@@ -13,6 +13,7 @@ export function PaymentMethodPlaceOrderNoop(props: PaymentPlaceOrderProps) {
13
13
  if (!result.data?.placeOrder?.order) return
14
14
  await onSuccess(result.data.placeOrder.order.order_number)
15
15
  },
16
+ submitWhileLocked: true,
16
17
  })
17
18
 
18
19
  const { handleSubmit } = form
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-cart-payment-method",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "8.1.0-canary.16",
5
+ "version": "8.1.0-canary.18",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,17 +12,17 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "^8.1.0-canary.16",
16
- "@graphcommerce/framer-scroller": "^8.1.0-canary.16",
17
- "@graphcommerce/graphql": "^8.1.0-canary.16",
18
- "@graphcommerce/image": "^8.1.0-canary.16",
19
- "@graphcommerce/magento-cart": "^8.1.0-canary.16",
20
- "@graphcommerce/magento-cart-shipping-address": "^8.1.0-canary.16",
21
- "@graphcommerce/magento-store": "^8.1.0-canary.16",
22
- "@graphcommerce/next-ui": "^8.1.0-canary.16",
23
- "@graphcommerce/prettier-config-pwa": "^8.1.0-canary.16",
24
- "@graphcommerce/react-hook-form": "^8.1.0-canary.16",
25
- "@graphcommerce/typescript-config-pwa": "^8.1.0-canary.16",
15
+ "@graphcommerce/eslint-config-pwa": "^8.1.0-canary.18",
16
+ "@graphcommerce/framer-scroller": "^8.1.0-canary.18",
17
+ "@graphcommerce/graphql": "^8.1.0-canary.18",
18
+ "@graphcommerce/image": "^8.1.0-canary.18",
19
+ "@graphcommerce/magento-cart": "^8.1.0-canary.18",
20
+ "@graphcommerce/magento-cart-shipping-address": "^8.1.0-canary.18",
21
+ "@graphcommerce/magento-store": "^8.1.0-canary.18",
22
+ "@graphcommerce/next-ui": "^8.1.0-canary.18",
23
+ "@graphcommerce/prettier-config-pwa": "^8.1.0-canary.18",
24
+ "@graphcommerce/react-hook-form": "^8.1.0-canary.18",
25
+ "@graphcommerce/typescript-config-pwa": "^8.1.0-canary.18",
26
26
  "@lingui/core": "^4.2.1",
27
27
  "@lingui/macro": "^4.2.1",
28
28
  "@lingui/react": "^4.2.1",