@graphcommerce/magento-payment-braintree 8.1.0-canary.17 → 8.1.0-canary.19

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Change Log
2
2
 
3
+ ## 8.1.0-canary.19
4
+
5
+ ## 8.1.0-canary.18
6
+
7
+ ### Patch Changes
8
+
9
+ - [#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.
10
+ ([@paales](https://github.com/paales))
11
+
3
12
  ## 8.1.0-canary.17
4
13
 
5
14
  ## 8.1.0-canary.16
@@ -1,7 +1,5 @@
1
- import {
2
- PaymentMethodPlaceOrderNoop,
3
- PaymentModule,
4
- } from '@graphcommerce/magento-cart-payment-method'
1
+ import type { PaymentModule } from '@graphcommerce/magento-cart-payment-method'
2
+ import { PaymentMethodPlaceOrderNoop } from '@graphcommerce/magento-cart-payment-method/PaymentMethodPlaceOrderNoop/PaymentMethodPlaceOrderNoop'
5
3
  import { PaymentMethodOptions } from './PaymentMethodOptions'
6
4
 
7
5
  export const braintree: PaymentModule = {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-payment-braintree",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "8.1.0-canary.17",
5
+ "version": "8.1.0-canary.19",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -18,19 +18,19 @@
18
18
  "braintree-web": "^3.99.0"
19
19
  },
20
20
  "peerDependencies": {
21
- "@graphcommerce/eslint-config-pwa": "^8.1.0-canary.17",
22
- "@graphcommerce/graphql": "^8.1.0-canary.17",
23
- "@graphcommerce/image": "^8.1.0-canary.17",
24
- "@graphcommerce/magento-cart": "^8.1.0-canary.17",
25
- "@graphcommerce/magento-cart-payment-method": "^8.1.0-canary.17",
26
- "@graphcommerce/magento-cart-shipping-address": "^8.1.0-canary.17",
27
- "@graphcommerce/magento-product": "^8.1.0-canary.17",
28
- "@graphcommerce/magento-product-configurable": "^8.1.0-canary.17",
29
- "@graphcommerce/magento-store": "^8.1.0-canary.17",
30
- "@graphcommerce/next-ui": "^8.1.0-canary.17",
31
- "@graphcommerce/prettier-config-pwa": "^8.1.0-canary.17",
32
- "@graphcommerce/react-hook-form": "^8.1.0-canary.17",
33
- "@graphcommerce/typescript-config-pwa": "^8.1.0-canary.17",
21
+ "@graphcommerce/eslint-config-pwa": "^8.1.0-canary.19",
22
+ "@graphcommerce/graphql": "^8.1.0-canary.19",
23
+ "@graphcommerce/image": "^8.1.0-canary.19",
24
+ "@graphcommerce/magento-cart": "^8.1.0-canary.19",
25
+ "@graphcommerce/magento-cart-payment-method": "^8.1.0-canary.19",
26
+ "@graphcommerce/magento-cart-shipping-address": "^8.1.0-canary.19",
27
+ "@graphcommerce/magento-product": "^8.1.0-canary.19",
28
+ "@graphcommerce/magento-product-configurable": "^8.1.0-canary.19",
29
+ "@graphcommerce/magento-store": "^8.1.0-canary.19",
30
+ "@graphcommerce/next-ui": "^8.1.0-canary.19",
31
+ "@graphcommerce/prettier-config-pwa": "^8.1.0-canary.19",
32
+ "@graphcommerce/react-hook-form": "^8.1.0-canary.19",
33
+ "@graphcommerce/typescript-config-pwa": "^8.1.0-canary.19",
34
34
  "@lingui/core": "^4.2.1",
35
35
  "@lingui/macro": "^4.2.1",
36
36
  "@lingui/react": "^4.2.1",