@graphcommerce/magento-payment-braintree 8.1.0-canary.17 → 8.1.0-canary.18
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +7 -0
- package/methods/braintree/index.ts +2 -4
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,12 @@
|
|
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
|
+
|
3
10
|
## 8.1.0-canary.17
|
4
11
|
|
5
12
|
## 8.1.0-canary.16
|
@@ -1,7 +1,5 @@
|
|
1
|
-
import {
|
2
|
-
|
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.
|
5
|
+
"version": "8.1.0-canary.18",
|
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.
|
22
|
-
"@graphcommerce/graphql": "^8.1.0-canary.
|
23
|
-
"@graphcommerce/image": "^8.1.0-canary.
|
24
|
-
"@graphcommerce/magento-cart": "^8.1.0-canary.
|
25
|
-
"@graphcommerce/magento-cart-payment-method": "^8.1.0-canary.
|
26
|
-
"@graphcommerce/magento-cart-shipping-address": "^8.1.0-canary.
|
27
|
-
"@graphcommerce/magento-product": "^8.1.0-canary.
|
28
|
-
"@graphcommerce/magento-product-configurable": "^8.1.0-canary.
|
29
|
-
"@graphcommerce/magento-store": "^8.1.0-canary.
|
30
|
-
"@graphcommerce/next-ui": "^8.1.0-canary.
|
31
|
-
"@graphcommerce/prettier-config-pwa": "^8.1.0-canary.
|
32
|
-
"@graphcommerce/react-hook-form": "^8.1.0-canary.
|
33
|
-
"@graphcommerce/typescript-config-pwa": "^8.1.0-canary.
|
21
|
+
"@graphcommerce/eslint-config-pwa": "^8.1.0-canary.18",
|
22
|
+
"@graphcommerce/graphql": "^8.1.0-canary.18",
|
23
|
+
"@graphcommerce/image": "^8.1.0-canary.18",
|
24
|
+
"@graphcommerce/magento-cart": "^8.1.0-canary.18",
|
25
|
+
"@graphcommerce/magento-cart-payment-method": "^8.1.0-canary.18",
|
26
|
+
"@graphcommerce/magento-cart-shipping-address": "^8.1.0-canary.18",
|
27
|
+
"@graphcommerce/magento-product": "^8.1.0-canary.18",
|
28
|
+
"@graphcommerce/magento-product-configurable": "^8.1.0-canary.18",
|
29
|
+
"@graphcommerce/magento-store": "^8.1.0-canary.18",
|
30
|
+
"@graphcommerce/next-ui": "^8.1.0-canary.18",
|
31
|
+
"@graphcommerce/prettier-config-pwa": "^8.1.0-canary.18",
|
32
|
+
"@graphcommerce/react-hook-form": "^8.1.0-canary.18",
|
33
|
+
"@graphcommerce/typescript-config-pwa": "^8.1.0-canary.18",
|
34
34
|
"@lingui/core": "^4.2.1",
|
35
35
|
"@lingui/macro": "^4.2.1",
|
36
36
|
"@lingui/react": "^4.2.1",
|