cyrillefr
|
758d78bfe4
|
Fixes RSpecRailsInferredSpecType
|
2025-05-21 09:43:24 +02:00 |
|
cyrillefr
|
8135aeaeda
|
Fixes RSpec Rails HaveHttpStatus cop in requests
|
2025-05-14 11:04:01 +02:00 |
|
cyrillefr
|
8d5292c4ed
|
Rename set method in spec helper and calls
|
2025-04-24 09:29:40 +02:00 |
|
Maikel Linke
|
6317fe1b71
|
Disable RSpec monkey patching
|
2024-05-09 12:24:41 +10:00 |
|
Feruz Oripov
|
9d919938f3
|
Group Order && OrderCycle related services and specs
|
2024-03-16 19:07:08 +05:00 |
|
Neal Chambers
|
35e8f88943
|
Fix Style/HashSyntax
|
2023-09-24 22:41:27 +09:00 |
|
Matt-Yorkley
|
0e289a23c1
|
Set some legacy checkout specs that we might want to rewrite later to pending
|
2023-06-13 14:58:16 +01:00 |
|
cyrillefr
|
cc0b23c0bd
|
Remove I18n keys in request specs
|
2023-02-16 14:28:14 +01:00 |
|
Cillian O'Ruanaidh
|
62cd507fb9
|
Stub Spree::Config.stripe_connect_enabled instead of changing it before and back after tests
It's less code and sometimes there can be issues when config cache values are changed.
Co-authored-by: Maikel <maikel@email.org.au>
|
2022-10-21 17:21:31 +01:00 |
|
Cillian O'Ruanaidh
|
4e6d64c0a1
|
Let people choose which payment methods are available to customers on order cycles
|
2022-10-21 17:21:31 +01:00 |
|
Matt-Yorkley
|
9583a3cc3d
|
Use order token param in specs
|
2022-01-14 19:41:08 +00:00 |
|
Andy Brett
|
b3e08b47b9
|
set Stripe api key directly instead of using allow
|
2021-06-01 22:33:12 +01:00 |
|
Luis Ramos
|
706b854d8c
|
Fix rspec syntax
|
2021-04-08 10:03:11 -07:00 |
|
Luis Ramos
|
f3da7afd55
|
Replace spree_order_path with order_path so we can use scope in the routes file
|
2021-01-25 19:55:42 +00:00 |
|
Luis Ramos
|
6e7ee02191
|
Change spree.order_path to spree_order_path everywhere
|
2021-01-25 19:52:48 +00:00 |
|
Andy Brett
|
3d47ad7e33
|
add stubs for stripe requests
|
2020-12-08 07:52:42 -08:00 |
|
Luis Ramos
|
a2ebc614d9
|
Rename AuthenticationWorkflow to AuthenticationHelper
|
2020-07-27 15:32:35 +01:00 |
|
Luis Ramos
|
10b07aabd9
|
Rename quick_login_as to login_as
|
2020-07-27 15:32:35 +01:00 |
|
Luis Ramos
|
5e8438c446
|
Move all calculators outside the spree namespace
|
2020-07-07 17:26:23 +01:00 |
|
Luis Ramos
|
9e4a793b24
|
Fix rubocop issues
|
2020-07-01 13:14:39 +01:00 |
|
Luis Ramos
|
8a9dae0ee2
|
Run rubocop autocorrect
This is the result of bundle exec rubocop --auto-correct
|
2020-06-22 12:23:10 +01:00 |
|
Luis Ramos
|
65dd9f51cf
|
Add spec to cover update request where a stripe redirect must happen
|
2020-03-02 17:30:12 +00:00 |
|
Luis Ramos
|
895032fe6a
|
Move stubbed requests to the top as they are the same for every test
|
2020-03-02 17:30:12 +00:00 |
|
Luis Ramos
|
531c385aae
|
Adapt stripe sca spec to new double step auth+capture payment process
|
2020-03-02 17:30:12 +00:00 |
|
luisramos0
|
404e7c1f37
|
Make credit card cloner clone the payment method even if the customer is not given
This makes the payments without saving card work again in the frontoffice as well as the payments taken by the seller in the backoffice
|
2020-02-21 14:11:13 +00:00 |
|
Luis Ramos
|
10fff31dca
|
Fix stripe_sca spec
|
2020-02-21 10:56:32 +00:00 |
|
Luis Ramos
|
7fb85092ce
|
Remove duplicate customers stubs
|
2020-02-21 10:56:32 +00:00 |
|
Luis Ramos
|
7584e96759
|
Make customer stub always return the same customer id
I cant make stripe customers stub return different customer_ids based on the stripe_account header
|
2020-02-21 10:56:32 +00:00 |
|
Luis Ramos
|
f8ab64d71e
|
Move specs around in stripe_sca_spec so we can re-use the cloning stubs when storing a new card and when re-using a new card
|
2020-02-21 10:56:32 +00:00 |
|
Luis Ramos
|
ccb4c77d1f
|
Adapt credit card cloner to not clone card if it's a card to be used only once
Adapt stripe_sca specs to new cloner logic
|
2020-02-21 10:56:32 +00:00 |
|
luisramos0
|
6fb74c88cd
|
Fix a typo
|
2020-02-21 10:52:56 +00:00 |
|
Luis Ramos
|
aff934c814
|
Remove unnecessary test setup code
|
2020-02-21 10:52:55 +00:00 |
|
Luis Ramos
|
6bb04f6cc6
|
Adapt stripe_sca_spec to actual stripe SCA API
|
2020-02-21 10:52:55 +00:00 |
|
luisramos0
|
0e815439b3
|
Duplicate stripe_connect_spec and adapt to new stripe_sca
stripe_connect_spec will be deleted at some point when all users are migrated to the sca api
|
2020-02-21 10:52:55 +00:00 |
|