@graphcommerce/magento-payment-braintree 8.1.0-canary.9 → 9.0.0-canary.55
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +97 -0
- package/methods/braintree/index.ts +2 -4
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,102 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
+
## 9.0.0-canary.55
|
4
|
+
|
5
|
+
## 9.0.0-canary.54
|
6
|
+
|
7
|
+
## 8.1.0-canary.53
|
8
|
+
|
9
|
+
## 8.1.0-canary.52
|
10
|
+
|
11
|
+
## 8.1.0-canary.51
|
12
|
+
|
13
|
+
## 8.1.0-canary.50
|
14
|
+
|
15
|
+
## 8.1.0-canary.49
|
16
|
+
|
17
|
+
## 8.1.0-canary.48
|
18
|
+
|
19
|
+
## 8.1.0-canary.47
|
20
|
+
|
21
|
+
## 8.1.0-canary.46
|
22
|
+
|
23
|
+
## 8.1.0-canary.45
|
24
|
+
|
25
|
+
## 8.1.0-canary.44
|
26
|
+
|
27
|
+
## 8.1.0-canary.43
|
28
|
+
|
29
|
+
## 8.1.0-canary.42
|
30
|
+
|
31
|
+
## 8.1.0-canary.41
|
32
|
+
|
33
|
+
## 8.1.0-canary.40
|
34
|
+
|
35
|
+
## 8.1.0-canary.39
|
36
|
+
|
37
|
+
## 8.1.0-canary.38
|
38
|
+
|
39
|
+
## 8.1.0-canary.37
|
40
|
+
|
41
|
+
## 8.1.0-canary.36
|
42
|
+
|
43
|
+
## 8.1.0-canary.35
|
44
|
+
|
45
|
+
## 8.1.0-canary.34
|
46
|
+
|
47
|
+
## 8.1.0-canary.33
|
48
|
+
|
49
|
+
## 8.1.0-canary.32
|
50
|
+
|
51
|
+
## 8.1.0-canary.31
|
52
|
+
|
53
|
+
## 8.1.0-canary.30
|
54
|
+
|
55
|
+
## 8.1.0-canary.29
|
56
|
+
|
57
|
+
## 8.1.0-canary.28
|
58
|
+
|
59
|
+
## 8.1.0-canary.27
|
60
|
+
|
61
|
+
## 8.1.0-canary.26
|
62
|
+
|
63
|
+
## 8.1.0-canary.25
|
64
|
+
|
65
|
+
## 8.1.0-canary.24
|
66
|
+
|
67
|
+
## 8.1.0-canary.23
|
68
|
+
|
69
|
+
## 8.1.0-canary.22
|
70
|
+
|
71
|
+
## 8.1.0-canary.21
|
72
|
+
|
73
|
+
## 8.1.0-canary.20
|
74
|
+
|
75
|
+
## 8.1.0-canary.19
|
76
|
+
|
77
|
+
## 8.1.0-canary.18
|
78
|
+
|
79
|
+
### Patch Changes
|
80
|
+
|
81
|
+
- [#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.
|
82
|
+
([@paales](https://github.com/paales))
|
83
|
+
|
84
|
+
## 8.1.0-canary.17
|
85
|
+
|
86
|
+
## 8.1.0-canary.16
|
87
|
+
|
88
|
+
## 8.1.0-canary.15
|
89
|
+
|
90
|
+
## 8.1.0-canary.14
|
91
|
+
|
92
|
+
## 8.1.0-canary.13
|
93
|
+
|
94
|
+
## 8.1.0-canary.12
|
95
|
+
|
96
|
+
## 8.1.0-canary.11
|
97
|
+
|
98
|
+
## 8.1.0-canary.10
|
99
|
+
|
3
100
|
## 8.1.0-canary.9
|
4
101
|
|
5
102
|
## 8.1.0-canary.8
|
@@ -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": "
|
5
|
+
"version": "9.0.0-canary.55",
|
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": "^
|
22
|
-
"@graphcommerce/graphql": "^
|
23
|
-
"@graphcommerce/image": "^
|
24
|
-
"@graphcommerce/magento-cart": "^
|
25
|
-
"@graphcommerce/magento-cart-payment-method": "^
|
26
|
-
"@graphcommerce/magento-cart-shipping-address": "^
|
27
|
-
"@graphcommerce/magento-product": "^
|
28
|
-
"@graphcommerce/magento-product-configurable": "^
|
29
|
-
"@graphcommerce/magento-store": "^
|
30
|
-
"@graphcommerce/next-ui": "^
|
31
|
-
"@graphcommerce/prettier-config-pwa": "^
|
32
|
-
"@graphcommerce/react-hook-form": "^
|
33
|
-
"@graphcommerce/typescript-config-pwa": "^
|
21
|
+
"@graphcommerce/eslint-config-pwa": "^9.0.0-canary.55",
|
22
|
+
"@graphcommerce/graphql": "^9.0.0-canary.55",
|
23
|
+
"@graphcommerce/image": "^9.0.0-canary.55",
|
24
|
+
"@graphcommerce/magento-cart": "^9.0.0-canary.55",
|
25
|
+
"@graphcommerce/magento-cart-payment-method": "^9.0.0-canary.55",
|
26
|
+
"@graphcommerce/magento-cart-shipping-address": "^9.0.0-canary.55",
|
27
|
+
"@graphcommerce/magento-product": "^9.0.0-canary.55",
|
28
|
+
"@graphcommerce/magento-product-configurable": "^9.0.0-canary.55",
|
29
|
+
"@graphcommerce/magento-store": "^9.0.0-canary.55",
|
30
|
+
"@graphcommerce/next-ui": "^9.0.0-canary.55",
|
31
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.0-canary.55",
|
32
|
+
"@graphcommerce/react-hook-form": "^9.0.0-canary.55",
|
33
|
+
"@graphcommerce/typescript-config-pwa": "^9.0.0-canary.55",
|
34
34
|
"@lingui/core": "^4.2.1",
|
35
35
|
"@lingui/macro": "^4.2.1",
|
36
36
|
"@lingui/react": "^4.2.1",
|