solidus_paypal_braintree 1.1.0 → 1.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.circleci/config.yml +4 -0
- data/.gitignore +1 -0
- data/.rubocop.yml +1 -1
- data/CHANGELOG.md +70 -1
- data/Gemfile +9 -6
- data/app/models/solidus_paypal_braintree/gateway.rb +5 -3
- data/app/models/solidus_paypal_braintree/transaction.rb +2 -2
- data/app/models/solidus_paypal_braintree/transaction_import.rb +2 -2
- data/lib/solidus_paypal_braintree/engine.rb +5 -3
- data/lib/solidus_paypal_braintree/factories.rb +5 -5
- data/lib/solidus_paypal_braintree/version.rb +1 -1
- data/lib/views/frontend/solidus_paypal_braintree/payments/_payment.html.erb +3 -3
- data/solidus_paypal_braintree.gemspec +0 -1
- metadata +4 -122
- data/spec/controllers/solidus_paypal_braintree/checkouts_controller_spec.rb +0 -99
- data/spec/controllers/solidus_paypal_braintree/client_tokens_controller_spec.rb +0 -55
- data/spec/controllers/solidus_paypal_braintree/configurations_controller_spec.rb +0 -73
- data/spec/controllers/solidus_paypal_braintree/transactions_controller_spec.rb +0 -183
- data/spec/features/backend/configuration_spec.rb +0 -23
- data/spec/features/backend/new_payment_spec.rb +0 -137
- data/spec/features/frontend/braintree_credit_card_checkout_spec.rb +0 -191
- data/spec/features/frontend/paypal_checkout_spec.rb +0 -166
- data/spec/features/frontend/venmo_checkout_spec.rb +0 -189
- data/spec/fixtures/cassettes/admin/invalid_credit_card.yml +0 -63
- data/spec/fixtures/cassettes/admin/resubmit_credit_card.yml +0 -352
- data/spec/fixtures/cassettes/admin/valid_credit_card.yml +0 -412
- data/spec/fixtures/cassettes/braintree/create_profile.yml +0 -71
- data/spec/fixtures/cassettes/braintree/generate_token.yml +0 -63
- data/spec/fixtures/cassettes/braintree/token.yml +0 -63
- data/spec/fixtures/cassettes/checkout/invalid_credit_card.yml +0 -63
- data/spec/fixtures/cassettes/checkout/resubmit_credit_card.yml +0 -216
- data/spec/fixtures/cassettes/checkout/update.yml +0 -71
- data/spec/fixtures/cassettes/checkout/valid_credit_card.yml +0 -156
- data/spec/fixtures/cassettes/checkout/valid_venmo_transaction.yml +0 -599
- data/spec/fixtures/cassettes/gateway/authorize/credit_card/address.yml +0 -86
- data/spec/fixtures/cassettes/gateway/authorize/merchant_account/EUR.yml +0 -154
- data/spec/fixtures/cassettes/gateway/authorize/paypal/EUR.yml +0 -90
- data/spec/fixtures/cassettes/gateway/authorize/paypal/address.yml +0 -90
- data/spec/fixtures/cassettes/gateway/authorize.yml +0 -86
- data/spec/fixtures/cassettes/gateway/authorized_transaction.yml +0 -73
- data/spec/fixtures/cassettes/gateway/cancel/missing.yml +0 -63
- data/spec/fixtures/cassettes/gateway/cancel/refunds.yml +0 -272
- data/spec/fixtures/cassettes/gateway/cancel/void.yml +0 -201
- data/spec/fixtures/cassettes/gateway/capture.yml +0 -141
- data/spec/fixtures/cassettes/gateway/complete.yml +0 -157
- data/spec/fixtures/cassettes/gateway/credit.yml +0 -208
- data/spec/fixtures/cassettes/gateway/purchase.yml +0 -87
- data/spec/fixtures/cassettes/gateway/settled_transaction.yml +0 -140
- data/spec/fixtures/cassettes/gateway/void.yml +0 -137
- data/spec/fixtures/cassettes/source/card_type.yml +0 -267
- data/spec/fixtures/cassettes/source/last4.yml +0 -267
- data/spec/fixtures/cassettes/transaction/import/valid/capture.yml +0 -224
- data/spec/fixtures/cassettes/transaction/import/valid.yml +0 -71
- data/spec/fixtures/views/spree/orders/edit.html.erb +0 -50
- data/spec/helpers/solidus_paypal_braintree/braintree_admin_helper_spec.rb +0 -17
- data/spec/helpers/solidus_paypal_braintree/braintree_checkout_helper_spec.rb +0 -70
- data/spec/models/solidus_paypal_braintree/address_spec.rb +0 -71
- data/spec/models/solidus_paypal_braintree/avs_result_spec.rb +0 -317
- data/spec/models/solidus_paypal_braintree/gateway_spec.rb +0 -692
- data/spec/models/solidus_paypal_braintree/response_spec.rb +0 -280
- data/spec/models/solidus_paypal_braintree/source_spec.rb +0 -499
- data/spec/models/solidus_paypal_braintree/transaction_address_spec.rb +0 -235
- data/spec/models/solidus_paypal_braintree/transaction_import_spec.rb +0 -300
- data/spec/models/solidus_paypal_braintree/transaction_spec.rb +0 -85
- data/spec/models/spree/store_spec.rb +0 -14
- data/spec/requests/spree/api/orders_controller_spec.rb +0 -36
- data/spec/spec_helper.rb +0 -29
- data/spec/support/capybara.rb +0 -7
- data/spec/support/factories.rb +0 -2
- data/spec/support/gateway_helpers.rb +0 -29
- data/spec/support/order_ready_for_payment.rb +0 -37
- data/spec/support/vcr.rb +0 -42
- data/spec/support/views.rb +0 -1
@@ -1,224 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: post
|
5
|
-
uri: https://api.sandbox.braintreegateway.com/merchants/7rdg92j7bm7fk5h3/customers
|
6
|
-
body:
|
7
|
-
encoding: UTF-8
|
8
|
-
string: |
|
9
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
10
|
-
<customer>
|
11
|
-
<payment-method-nonce>fake-valid-nonce</payment-method-nonce>
|
12
|
-
</customer>
|
13
|
-
headers:
|
14
|
-
Accept-Encoding:
|
15
|
-
- gzip
|
16
|
-
Accept:
|
17
|
-
- application/xml
|
18
|
-
User-Agent:
|
19
|
-
- Braintree Ruby Gem 2.98.0
|
20
|
-
X-Apiversion:
|
21
|
-
- '5'
|
22
|
-
Content-Type:
|
23
|
-
- application/xml
|
24
|
-
Authorization:
|
25
|
-
- Basic bXdqa2t4d2NwMzJja2huZjphOTI5OGY0M2IzMGM2OTlkYjMwNzJjYzRhMDBmN2Y0OQ==
|
26
|
-
response:
|
27
|
-
status:
|
28
|
-
code: 201
|
29
|
-
message: Created
|
30
|
-
headers:
|
31
|
-
Date:
|
32
|
-
- Fri, 13 Sep 2019 14:28:01 GMT
|
33
|
-
Content-Type:
|
34
|
-
- application/xml; charset=utf-8
|
35
|
-
Transfer-Encoding:
|
36
|
-
- chunked
|
37
|
-
X-Frame-Options:
|
38
|
-
- SAMEORIGIN
|
39
|
-
X-Xss-Protection:
|
40
|
-
- 1; mode=block
|
41
|
-
X-Content-Type-Options:
|
42
|
-
- nosniff
|
43
|
-
X-Authentication:
|
44
|
-
- basic_auth
|
45
|
-
X-User:
|
46
|
-
- 3v249hqtptsg744y
|
47
|
-
Vary:
|
48
|
-
- Accept-Encoding
|
49
|
-
Content-Encoding:
|
50
|
-
- gzip
|
51
|
-
Etag:
|
52
|
-
- W/"110ef4341df24590b6e3c609ec3ba459"
|
53
|
-
Cache-Control:
|
54
|
-
- max-age=0, private, must-revalidate
|
55
|
-
X-Runtime:
|
56
|
-
- '0.378468'
|
57
|
-
X-Request-Id:
|
58
|
-
- 02-1568384880.224-92.223.152.178-13026813
|
59
|
-
Content-Security-Policy:
|
60
|
-
- frame-ancestors 'self'
|
61
|
-
X-Broxyid:
|
62
|
-
- 02-1568384880.224-92.223.152.178-13026813
|
63
|
-
Strict-Transport-Security:
|
64
|
-
- max-age=31536000; includeSubDomains
|
65
|
-
body:
|
66
|
-
encoding: ASCII-8BIT
|
67
|
-
string: !binary |-
|
68
|
-
H4sIAHGne10AA6xWy3KjOhDd5ytc7AkPmxhSmOySqVlkc5PMJJspgRqjWEhcSTj2fP0IzMsPPE5ldu7Tp6Wmdbrb4d0mp5M1CEk4WxjOtW1MgCUcE7ZcGM9P96Zv3EVXYVJKxXMQ0dVkEhIc3cxtb+55wTS0tFWB2plkiClT23OBl4H7Po/zebryMk0aeit2SoRUJkM5TBihC0OJEgyrdlE05kl4XiC2PcIhR4QeoUXG2fEZKdocYR8QS6JO3CcAKcAmUhO1LWBhYG0qkoMRubYTmHZgOtMnZ3br+re2/RZafUAdXxb48nhHx/cBu/vropspAYrlLqUl5TGiVRVfpy+/8UOg3n5+Tx/fk4/Hp8R5fFr9Dq2e03wEJspMkMCySQMJgbZG5d337xCNxYRSLQATYSxAyhbfPb1M2jdvsFYb5r4uhnBPHn/4hjD6/O1tp0XQeKUSAKpNfIQEGwUMV3U+S6M8QZSosasELHXPjDgLLpV+A91IEAUzx56H1hAafk7JlNjWsIlokSF39MMPmdNLmKzUb0CSv1DPFfxrXdCc8qlesI96oT7DGtGl1iuLZrbj+n7FYR1eidqsroteiEQ6s84eMjJOsZbpWAkqxVXjiyAaPbMV4x9Mn9RjPW1XSp6aRMoSsQSG/GNnF/j1An+iB3tqpW+lJRw9/zdgdmjLxxAT1X/JzuydKSppm3jMOQXEjKiqYEWtnT25FPp1TN04Ja0+YHDooacNgU1BRJ2PmXOmsshxQ+sIPMHeAhK6fK69R6/RPTbgw9xTRCU0UYNM+qmaPNx78Y+XEj84FD9k67f74P3V8d3XvHDhGz8YwHVwBoiqTIttIIkB1tJIjpZgloJGmVKFvLUsJCUoeR0LRFg12pa6Oh9oe631ZxVomwNTv3JQGce/KF9ya611fl2w5R2wNRGcVYSFRAzHfKPHdnd+d6MWY9VRMWKrPrU9tKXWg3kWOb7vhFZjtD6diuB00B8t0BEEFEgX5FGXp/3d+zguk/qvQR/fYy1NlrFMBCmqh9zfZH2rKr4CFt3E7+uNXoQ7q/WVjPxf1vMwrhtCV4bo1SoilHrefBakXpA6KZ76+CZJE0cD6czz41QLbjS0O/sfTLc1sJybEq9GBNn5BxFCp7Fr15MVqUfFcLvvAfX8DJtZCif/HBwO2qP1/5nBc371n1/859b+BUv/opV/duGfWfcXLvtLV/2li/7iNf/XJf9PNtCXWyC0BmrrDNBmL6fo6g8AAAD//wMAfnRhhbEMAAA=
|
69
|
-
http_version:
|
70
|
-
recorded_at: Fri, 13 Sep 2019 14:28:01 GMT
|
71
|
-
- request:
|
72
|
-
method: post
|
73
|
-
uri: https://api.sandbox.braintreegateway.com/merchants/7rdg92j7bm7fk5h3/transactions
|
74
|
-
body:
|
75
|
-
encoding: UTF-8
|
76
|
-
string: |
|
77
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
78
|
-
<transaction>
|
79
|
-
<amount>15.00</amount>
|
80
|
-
<order-id>R999999999-ABCD1234</order-id>
|
81
|
-
<channel>Solidus</channel>
|
82
|
-
<options>
|
83
|
-
<store-in-vault-on-success type="boolean">true</store-in-vault-on-success>
|
84
|
-
</options>
|
85
|
-
<payment-method-token>6bjvxz</payment-method-token>
|
86
|
-
<shipping>
|
87
|
-
<first-name>John</first-name>
|
88
|
-
<last-name>Doe</last-name>
|
89
|
-
<street-address>10 Lovely Street Northwest</street-address>
|
90
|
-
<locality>Herndon</locality>
|
91
|
-
<postal-code>21088-0255</postal-code>
|
92
|
-
<region>AL</region>
|
93
|
-
<country-code-alpha2>US</country-code-alpha2>
|
94
|
-
</shipping>
|
95
|
-
<customer-id>670575593</customer-id>
|
96
|
-
<type>sale</type>
|
97
|
-
</transaction>
|
98
|
-
headers:
|
99
|
-
Accept-Encoding:
|
100
|
-
- gzip
|
101
|
-
Accept:
|
102
|
-
- application/xml
|
103
|
-
User-Agent:
|
104
|
-
- Braintree Ruby Gem 2.98.0
|
105
|
-
X-Apiversion:
|
106
|
-
- '5'
|
107
|
-
Content-Type:
|
108
|
-
- application/xml
|
109
|
-
Authorization:
|
110
|
-
- Basic bXdqa2t4d2NwMzJja2huZjphOTI5OGY0M2IzMGM2OTlkYjMwNzJjYzRhMDBmN2Y0OQ==
|
111
|
-
response:
|
112
|
-
status:
|
113
|
-
code: 201
|
114
|
-
message: Created
|
115
|
-
headers:
|
116
|
-
Date:
|
117
|
-
- Fri, 13 Sep 2019 14:28:02 GMT
|
118
|
-
Content-Type:
|
119
|
-
- application/xml; charset=utf-8
|
120
|
-
Transfer-Encoding:
|
121
|
-
- chunked
|
122
|
-
X-Frame-Options:
|
123
|
-
- SAMEORIGIN
|
124
|
-
X-Xss-Protection:
|
125
|
-
- 1; mode=block
|
126
|
-
X-Content-Type-Options:
|
127
|
-
- nosniff
|
128
|
-
X-Authentication:
|
129
|
-
- basic_auth
|
130
|
-
X-User:
|
131
|
-
- 3v249hqtptsg744y
|
132
|
-
Vary:
|
133
|
-
- Accept-Encoding
|
134
|
-
Content-Encoding:
|
135
|
-
- gzip
|
136
|
-
Etag:
|
137
|
-
- W/"f39e2777d3b86e6d871f5bc62e96f566"
|
138
|
-
Cache-Control:
|
139
|
-
- max-age=0, private, must-revalidate
|
140
|
-
X-Runtime:
|
141
|
-
- '0.365501'
|
142
|
-
X-Request-Id:
|
143
|
-
- 01-1568384881.777-92.223.152.178-12974361
|
144
|
-
Content-Security-Policy:
|
145
|
-
- frame-ancestors 'self'
|
146
|
-
X-Broxyid:
|
147
|
-
- 01-1568384881.777-92.223.152.178-12974361
|
148
|
-
Strict-Transport-Security:
|
149
|
-
- max-age=31536000; includeSubDomains
|
150
|
-
body:
|
151
|
-
encoding: ASCII-8BIT
|
152
|
-
string: !binary |-
|
153
|
-
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
|
154
|
-
http_version:
|
155
|
-
recorded_at: Fri, 13 Sep 2019 14:28:02 GMT
|
156
|
-
- request:
|
157
|
-
method: put
|
158
|
-
uri: https://api.sandbox.braintreegateway.com/merchants/7rdg92j7bm7fk5h3/transactions/j6z5s58d/submit_for_settlement
|
159
|
-
body:
|
160
|
-
encoding: UTF-8
|
161
|
-
string: |
|
162
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
163
|
-
<transaction>
|
164
|
-
<amount>15.00</amount>
|
165
|
-
</transaction>
|
166
|
-
headers:
|
167
|
-
Accept-Encoding:
|
168
|
-
- gzip
|
169
|
-
Accept:
|
170
|
-
- application/xml
|
171
|
-
User-Agent:
|
172
|
-
- Braintree Ruby Gem 2.98.0
|
173
|
-
X-Apiversion:
|
174
|
-
- '5'
|
175
|
-
Content-Type:
|
176
|
-
- application/xml
|
177
|
-
Authorization:
|
178
|
-
- Basic bXdqa2t4d2NwMzJja2huZjphOTI5OGY0M2IzMGM2OTlkYjMwNzJjYzRhMDBmN2Y0OQ==
|
179
|
-
response:
|
180
|
-
status:
|
181
|
-
code: 200
|
182
|
-
message: OK
|
183
|
-
headers:
|
184
|
-
Date:
|
185
|
-
- Fri, 13 Sep 2019 14:28:03 GMT
|
186
|
-
Content-Type:
|
187
|
-
- application/xml; charset=utf-8
|
188
|
-
Transfer-Encoding:
|
189
|
-
- chunked
|
190
|
-
X-Frame-Options:
|
191
|
-
- SAMEORIGIN
|
192
|
-
X-Xss-Protection:
|
193
|
-
- 1; mode=block
|
194
|
-
X-Content-Type-Options:
|
195
|
-
- nosniff
|
196
|
-
X-Authentication:
|
197
|
-
- basic_auth
|
198
|
-
X-User:
|
199
|
-
- 3v249hqtptsg744y
|
200
|
-
Vary:
|
201
|
-
- Accept-Encoding
|
202
|
-
Content-Encoding:
|
203
|
-
- gzip
|
204
|
-
Etag:
|
205
|
-
- W/"77e50737669d11411f113d3437283723"
|
206
|
-
Cache-Control:
|
207
|
-
- max-age=0, private, must-revalidate
|
208
|
-
X-Runtime:
|
209
|
-
- '0.245194'
|
210
|
-
X-Request-Id:
|
211
|
-
- 01-1568384883.102-92.223.152.178-12974580
|
212
|
-
Content-Security-Policy:
|
213
|
-
- frame-ancestors 'self'
|
214
|
-
X-Broxyid:
|
215
|
-
- 01-1568384883.102-92.223.152.178-12974580
|
216
|
-
Strict-Transport-Security:
|
217
|
-
- max-age=31536000; includeSubDomains
|
218
|
-
body:
|
219
|
-
encoding: ASCII-8BIT
|
220
|
-
string: !binary |-
|
221
|
-
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
|
222
|
-
http_version:
|
223
|
-
recorded_at: Fri, 13 Sep 2019 14:28:03 GMT
|
224
|
-
recorded_with: VCR 5.0.0
|
@@ -1,71 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: post
|
5
|
-
uri: https://api.sandbox.braintreegateway.com/merchants/7rdg92j7bm7fk5h3/customers
|
6
|
-
body:
|
7
|
-
encoding: UTF-8
|
8
|
-
string: |
|
9
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
10
|
-
<customer>
|
11
|
-
<payment-method-nonce>fake-valid-nonce</payment-method-nonce>
|
12
|
-
</customer>
|
13
|
-
headers:
|
14
|
-
Accept-Encoding:
|
15
|
-
- gzip
|
16
|
-
Accept:
|
17
|
-
- application/xml
|
18
|
-
User-Agent:
|
19
|
-
- Braintree Ruby Gem 2.98.0
|
20
|
-
X-Apiversion:
|
21
|
-
- '5'
|
22
|
-
Content-Type:
|
23
|
-
- application/xml
|
24
|
-
Authorization:
|
25
|
-
- Basic bXdqa2t4d2NwMzJja2huZjphOTI5OGY0M2IzMGM2OTlkYjMwNzJjYzRhMDBmN2Y0OQ==
|
26
|
-
response:
|
27
|
-
status:
|
28
|
-
code: 201
|
29
|
-
message: Created
|
30
|
-
headers:
|
31
|
-
Date:
|
32
|
-
- Fri, 13 Sep 2019 14:27:57 GMT
|
33
|
-
Content-Type:
|
34
|
-
- application/xml; charset=utf-8
|
35
|
-
Transfer-Encoding:
|
36
|
-
- chunked
|
37
|
-
X-Frame-Options:
|
38
|
-
- SAMEORIGIN
|
39
|
-
X-Xss-Protection:
|
40
|
-
- 1; mode=block
|
41
|
-
X-Content-Type-Options:
|
42
|
-
- nosniff
|
43
|
-
X-Authentication:
|
44
|
-
- basic_auth
|
45
|
-
X-User:
|
46
|
-
- 3v249hqtptsg744y
|
47
|
-
Vary:
|
48
|
-
- Accept-Encoding
|
49
|
-
Content-Encoding:
|
50
|
-
- gzip
|
51
|
-
Etag:
|
52
|
-
- W/"353759854f3f20558dfdfbeff3bd4668"
|
53
|
-
Cache-Control:
|
54
|
-
- max-age=0, private, must-revalidate
|
55
|
-
X-Runtime:
|
56
|
-
- '0.384787'
|
57
|
-
X-Request-Id:
|
58
|
-
- 02-1568384876.677-92.223.152.178-13026259
|
59
|
-
Content-Security-Policy:
|
60
|
-
- frame-ancestors 'self'
|
61
|
-
X-Broxyid:
|
62
|
-
- 02-1568384876.677-92.223.152.178-13026259
|
63
|
-
Strict-Transport-Security:
|
64
|
-
- max-age=31536000; includeSubDomains
|
65
|
-
body:
|
66
|
-
encoding: ASCII-8BIT
|
67
|
-
string: !binary |-
|
68
|
-
H4sIAG2ne10AA6xWXXPaOhB9z69g/O4YAy44Y5xp506405mmD01y27x0ZGuNFWTJlWQC/fVXMv7iw5RM+saePSutV2d3CW43GR2sQUjC2dxyr4fWAFjMMWHLufX4cGfPrNvwKogLqXgGIrwaDAKCQ8+fTob+eOgHjrYMqJ1xipiytT0VeOmPXqZRNk1WXjoOnK7XsBMipLIZymDACJ1bShRgOaWLoj5PzLMcse0RDhki9AjNU86Oz0jQ5gh7hUgSdeI+AUgBtpEaqG0OcwtrU5EMrHA0dH176Nvu+MGd3IymN970OXDagDK+yPHb4tuA3f1l0e2EAMVyl9KS8ghRU8Uf46ffeOGr5++fk/uH1fj+n4/el98fvcBpOdVHYKLsGAksqzSQEGhrGe++f4doLCKUagHYCGMBUtb47ul/zeo3r7BaG/a+LrpwS+5/+IrQ+/z1badFUHmlEgCqTryHBBsFDJs6n6VRHiNKVN9VApa6Z3qcOZdKv4FuJAj9iTucBk4X6n5OwZTYlrCNaJ6iUe+HHzLHlzBZod+AxH+gniv4+7qgOuWdvVCe4fToUuuVhZOhO5rNDIc1uBG1ba4Ln4hEOrPG7jJSTrGWaV8JjOLM+CKIho9sxfgr0ye1WEvblZInNpGyQCyGLv/Y2QS+v8Bv6MGWavSttITDx28dZoPWfAwRUe2X7MzWmaCC1olHnFNAzApNBQ21dLbkQujXsXXjFNR8QOfQQ08dApuciDIfO+NMpaE7Cpwj8AR7C0jo8o2Ge/QS3WMDPsw9QVRCFdXJpJ2q8eLOi/57KvDCpXiRrp/v/Jcfrv8S//vp5etCHgzgMjgFRFWqxdaRRAeraSRDS7ALQcNUqVzeOA6SEpS8jgQizIy2pa7OK9pea/05OdpmwNTPDFTK8U/Kl9xZa51f52x5C2xNBGeGMJeI4Yhv9Nhuzm9u1GI0HRUhtmpT20NrajmYJ6E7m7mBUxm1T6ciOO30Rw00BAE50gW559pX/W59HBdx+degjW+xmiaLSMaC5OYh9zdZ26qKr4CFcZ7Hs1Xg7KzaVzDyqyjnYVQ2hK4M0atVhCjxvOnETzw/cRM8nuEPcRK7Gkgm3ixKtOB6Q5uz/8J0WwPLuC3xqkeQjb8TIXQau3Y9WZFyVHS3+x5Qzs+gmqVw8s/B4aA9Wv9vGTznV//5xX9u7V+w9C9a+WcX/pl1f+Gyv3TVX7roL17zf1zyf2UDvbsFAqejtsYAbbZyCq/+BwAA//8DAGwXsMSxDAAA
|
69
|
-
http_version:
|
70
|
-
recorded_at: Fri, 13 Sep 2019 14:27:57 GMT
|
71
|
-
recorded_with: VCR 5.0.0
|
@@ -1,50 +0,0 @@
|
|
1
|
-
<!-- Modified cart view with PayPal button, from solidus_paypal_braintree -->
|
2
|
-
|
3
|
-
<% @body_id = 'cart' %>
|
4
|
-
<div data-hook="cart_container">
|
5
|
-
<h1><%= t('spree.shopping_cart') %></h1>
|
6
|
-
|
7
|
-
<% if @order.line_items.empty? %>
|
8
|
-
|
9
|
-
<div data-hook="empty_cart">
|
10
|
-
<p><%= t('spree.your_cart_is_empty') %></p>
|
11
|
-
<p><%= link_to t('spree.continue_shopping'), products_path, class: 'button continue' %></p>
|
12
|
-
</div>
|
13
|
-
|
14
|
-
<% else %>
|
15
|
-
|
16
|
-
<div data-hook="outside_cart_form">
|
17
|
-
<%= form_for @order, url: update_cart_path, html: {id: 'update-cart'} do |order_form| %>
|
18
|
-
<div data-hook="inside_cart_form">
|
19
|
-
|
20
|
-
<div data-hook="cart_items">
|
21
|
-
<%= render 'form', order_form: order_form %>
|
22
|
-
</div>
|
23
|
-
|
24
|
-
<div class="links columns sixteen alpha omega" data-hook="cart_buttons">
|
25
|
-
<%= order_form.text_field :coupon_code, size: 10, placeholder: t('spree.coupon_code') %>
|
26
|
-
<%= button_tag class: 'primary', id: 'update-button' do %>
|
27
|
-
<%= t('spree.update') %>
|
28
|
-
<% end %>
|
29
|
-
<%= button_tag class: 'button checkout primary', id: 'checkout-link', name: 'checkout' do %>
|
30
|
-
<%= t('spree.checkout') %>
|
31
|
-
<% end %>
|
32
|
-
</div>
|
33
|
-
|
34
|
-
</div>
|
35
|
-
<% end %>
|
36
|
-
</div>
|
37
|
-
|
38
|
-
<div id="empty-cart" data-hook>
|
39
|
-
<%= form_tag empty_cart_path, method: :put do %>
|
40
|
-
<p id="clear_cart_link" data-hook>
|
41
|
-
<%= submit_tag t('spree.empty_cart'), class: 'button gray' %>
|
42
|
-
<%= t('spree.or') %>
|
43
|
-
<%= link_to t('spree.continue_shopping'), products_path, class: 'continue button gray' %>
|
44
|
-
</p>
|
45
|
-
<% end %>
|
46
|
-
</div>
|
47
|
-
|
48
|
-
<%= render "spree/shared/paypal_cart_button" %>
|
49
|
-
<% end %>
|
50
|
-
</div>
|
@@ -1,17 +0,0 @@
|
|
1
|
-
require 'spec_helper'
|
2
|
-
|
3
|
-
RSpec.describe SolidusPaypalBraintree::BraintreeAdminHelper do
|
4
|
-
describe '#braintree_transaction_link' do
|
5
|
-
subject { helper.braintree_transaction_link(payment) }
|
6
|
-
|
7
|
-
let(:payment_method) { create_gateway }
|
8
|
-
let(:payment) do
|
9
|
-
instance_double(Spree::Payment, payment_method: payment_method, response_code: 'abcde')
|
10
|
-
end
|
11
|
-
let(:merchant_id) { payment_method.preferences[:merchant_id] }
|
12
|
-
|
13
|
-
it 'generates a link to Braintree admin' do
|
14
|
-
expect(subject).to eq "<a title=\"Show payment on Braintree\" target=\"_blank\" rel=\"noopener\" href=\"https://sandbox.braintreegateway.com/merchants/#{merchant_id}/transactions/abcde\">abcde</a>" # rubocop:disable Layout/LineLength
|
15
|
-
end
|
16
|
-
end
|
17
|
-
end
|
@@ -1,70 +0,0 @@
|
|
1
|
-
require 'spec_helper'
|
2
|
-
|
3
|
-
RSpec.describe SolidusPaypalBraintree::BraintreeCheckoutHelper do
|
4
|
-
let!(:store) { create :store }
|
5
|
-
let(:braintree_configuration) { {} }
|
6
|
-
|
7
|
-
before do
|
8
|
-
store.braintree_configuration.update(braintree_configuration)
|
9
|
-
end
|
10
|
-
|
11
|
-
describe '#venmo_button_style' do
|
12
|
-
subject { helper.venmo_button_style(store) }
|
13
|
-
|
14
|
-
context 'when the venmo button is white and has a width of 280' do
|
15
|
-
let(:braintree_configuration) { { preferred_venmo_button_width: '280', preferred_venmo_button_color: 'white' } }
|
16
|
-
|
17
|
-
it 'returns a hash of the width and color' do
|
18
|
-
expect(subject).to eq({ width: '280', color: 'white' })
|
19
|
-
end
|
20
|
-
end
|
21
|
-
|
22
|
-
context 'when the venmo button is blue and has a width of 375' do
|
23
|
-
let(:braintree_configuration) { { preferred_venmo_button_width: '375', preferred_venmo_button_color: 'blue' } }
|
24
|
-
|
25
|
-
it 'returns a hash of the width and color' do
|
26
|
-
expect(subject).to eq({ width: '375', color: 'blue' })
|
27
|
-
end
|
28
|
-
end
|
29
|
-
end
|
30
|
-
|
31
|
-
describe '#venmo_button_width' do
|
32
|
-
subject { helper.venmo_button_asset_url(style, active: active) }
|
33
|
-
|
34
|
-
context 'when the given style color is white and width is 280, and the given active is false' do
|
35
|
-
let(:style) { { width: '280', color: 'white' } }
|
36
|
-
let(:active) { false }
|
37
|
-
|
38
|
-
it 'returns the correct url' do
|
39
|
-
expect(subject).to match(%r[\A/assets/solidus_paypal_braintree/venmo/venmo_white_button_280x48-.+\.svg])
|
40
|
-
end
|
41
|
-
end
|
42
|
-
|
43
|
-
context 'when the given style color is white and width is 280, and the given active is true' do
|
44
|
-
let(:style) { { width: '280', color: 'white' } }
|
45
|
-
let(:active) { true }
|
46
|
-
|
47
|
-
it 'returns the correct url' do
|
48
|
-
expect(subject).to match(%r[\A/assets/solidus_paypal_braintree/venmo/venmo_active_white_button_280x48-.+\.svg])
|
49
|
-
end
|
50
|
-
end
|
51
|
-
|
52
|
-
context 'when the given style color is blue and width is 320, and the given active is false' do
|
53
|
-
let(:style) { { width: '320', color: 'blue' } }
|
54
|
-
let(:active) { false }
|
55
|
-
|
56
|
-
it 'returns the correct url' do
|
57
|
-
expect(subject).to match(%r[\A/assets/solidus_paypal_braintree/venmo/venmo_blue_button_320x48-.+\.svg])
|
58
|
-
end
|
59
|
-
end
|
60
|
-
|
61
|
-
context 'when the given style color is blue and width is 320, and the given active is true' do
|
62
|
-
let(:style) { { width: '320', color: 'blue' } }
|
63
|
-
let(:active) { true }
|
64
|
-
|
65
|
-
it 'returns the correct url' do
|
66
|
-
expect(subject).to match(%r[\A/assets/solidus_paypal_braintree/venmo/venmo_active_blue_button_320x48-.+\.svg])
|
67
|
-
end
|
68
|
-
end
|
69
|
-
end
|
70
|
-
end
|
@@ -1,71 +0,0 @@
|
|
1
|
-
require 'spec_helper'
|
2
|
-
|
3
|
-
RSpec.describe SolidusPaypalBraintree::Address do
|
4
|
-
describe "::split_name" do
|
5
|
-
subject { described_class.split_name(name) }
|
6
|
-
|
7
|
-
context "with a one word name" do
|
8
|
-
let(:name) { "Bruce" }
|
9
|
-
|
10
|
-
it "correctly splits" do
|
11
|
-
expect(subject).to eq ["Bruce"]
|
12
|
-
end
|
13
|
-
end
|
14
|
-
|
15
|
-
context "with a multi word name" do
|
16
|
-
let(:name) { "Bruce Wayne The Batman" }
|
17
|
-
|
18
|
-
it "correctly splits" do
|
19
|
-
expect(subject).to eq ["Bruce", "Wayne The Batman"]
|
20
|
-
end
|
21
|
-
end
|
22
|
-
end
|
23
|
-
|
24
|
-
describe '#to_json' do
|
25
|
-
subject(:address_json) { JSON.parse(described_class.new(spree_address).to_json) }
|
26
|
-
|
27
|
-
let(:german_address) { create(:address, country_iso: 'DE', state: nil) } # Does not require states
|
28
|
-
let(:us_address) { create(:address, country_iso: 'US') } # Requires states
|
29
|
-
let(:spree_address) { us_address }
|
30
|
-
|
31
|
-
before do
|
32
|
-
create(:country, iso: 'DE', states_required: false)
|
33
|
-
create(:country, iso: 'US', states_required: true)
|
34
|
-
end
|
35
|
-
|
36
|
-
it 'has all the required keys' do
|
37
|
-
expect(address_json.keys).to contain_exactly(
|
38
|
-
'line1',
|
39
|
-
'line2',
|
40
|
-
'city',
|
41
|
-
'postalCode',
|
42
|
-
'countryCode',
|
43
|
-
'recipientName',
|
44
|
-
'state',
|
45
|
-
'phone'
|
46
|
-
)
|
47
|
-
end
|
48
|
-
|
49
|
-
context 'with a country that does not require state' do
|
50
|
-
let(:spree_address) { german_address }
|
51
|
-
|
52
|
-
it { is_expected.not_to have_key('state') }
|
53
|
-
end
|
54
|
-
|
55
|
-
context 'with states turned off globally' do
|
56
|
-
before do
|
57
|
-
allow(::Spree::Config).to receive(:address_requires_state).and_return(false)
|
58
|
-
end
|
59
|
-
|
60
|
-
context 'with a country that requires states' do
|
61
|
-
it { is_expected.not_to have_key('state') }
|
62
|
-
end
|
63
|
-
|
64
|
-
context 'with a country that does not require state' do
|
65
|
-
let(:spree_address) { german_address }
|
66
|
-
|
67
|
-
it { is_expected.not_to have_key('state') }
|
68
|
-
end
|
69
|
-
end
|
70
|
-
end
|
71
|
-
end
|