@graphcommerce/magento-payment-braintree 6.0.0-canary.42 → 6.0.0-canary.44

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,9 +13,7 @@ mutation BraintreeCcVaultPaymentMethod(
13
13
  }
14
14
  ) {
15
15
  cart {
16
- selected_payment_method {
17
- ...SelectedPaymentMethod
18
- }
16
+ ...PaymentMethodUpdated
19
17
  }
20
18
  }
21
19
  }
@@ -19,9 +19,7 @@ mutation BraintreePaymentMethodOptions(
19
19
  }
20
20
  ) {
21
21
  cart {
22
- selected_payment_method {
23
- ...SelectedPaymentMethod
24
- }
22
+ ...PaymentMethodUpdated
25
23
  }
26
24
  }
27
25
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Change Log
2
2
 
3
+ ## 6.0.0-canary.44
4
+
5
+ ## 6.0.0-canary.43
6
+
7
+ ### Patch Changes
8
+
9
+ - [#1841](https://github.com/graphcommerce-org/graphcommerce/pull/1841) [`1ff022c4b`](https://github.com/graphcommerce-org/graphcommerce/commit/1ff022c4bd8ad1d9fa8c1760076f003af06ce421) - Make sure we're using the the PaymentMethodUpdated fragment to allow for injection ([@paales](https://github.com/paales))
10
+
3
11
  ## 6.0.0-canary.42
4
12
 
5
13
  ## 6.0.0-canary.41
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": "6.0.0-canary.42",
5
+ "version": "6.0.0-canary.44",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,22 +12,22 @@
12
12
  }
13
13
  },
14
14
  "devDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "6.0.0-canary.42",
16
- "@graphcommerce/magento-cart-shipping-address": "6.0.0-canary.42",
17
- "@graphcommerce/magento-product": "6.0.0-canary.42",
18
- "@graphcommerce/magento-product-configurable": "6.0.0-canary.42",
19
- "@graphcommerce/prettier-config-pwa": "6.0.0-canary.42",
20
- "@graphcommerce/typescript-config-pwa": "6.0.0-canary.42",
15
+ "@graphcommerce/eslint-config-pwa": "6.0.0-canary.44",
16
+ "@graphcommerce/magento-cart-shipping-address": "6.0.0-canary.44",
17
+ "@graphcommerce/magento-product": "6.0.0-canary.44",
18
+ "@graphcommerce/magento-product-configurable": "6.0.0-canary.44",
19
+ "@graphcommerce/prettier-config-pwa": "6.0.0-canary.44",
20
+ "@graphcommerce/typescript-config-pwa": "6.0.0-canary.44",
21
21
  "@types/braintree-web": "^3.75.20"
22
22
  },
23
23
  "dependencies": {
24
- "@graphcommerce/graphql": "6.0.0-canary.42",
25
- "@graphcommerce/image": "6.0.0-canary.42",
26
- "@graphcommerce/magento-cart": "6.0.0-canary.42",
27
- "@graphcommerce/magento-cart-payment-method": "6.0.0-canary.42",
28
- "@graphcommerce/magento-store": "6.0.0-canary.42",
29
- "@graphcommerce/next-ui": "6.0.0-canary.42",
30
- "@graphcommerce/react-hook-form": "6.0.0-canary.42",
24
+ "@graphcommerce/graphql": "6.0.0-canary.44",
25
+ "@graphcommerce/image": "6.0.0-canary.44",
26
+ "@graphcommerce/magento-cart": "6.0.0-canary.44",
27
+ "@graphcommerce/magento-cart-payment-method": "6.0.0-canary.44",
28
+ "@graphcommerce/magento-store": "6.0.0-canary.44",
29
+ "@graphcommerce/next-ui": "6.0.0-canary.44",
30
+ "@graphcommerce/react-hook-form": "6.0.0-canary.44",
31
31
  "braintree-web": "^3.92.0"
32
32
  },
33
33
  "peerDependencies": {