Luis Ramos
|
23627c5453
|
Run rubocop -a (safe corrections) removing all exceptions so all possible fixes are applied
9290 issues fixed
|
2021-06-17 22:19:26 +01:00 |
|
Andy Brett
|
b3e08b47b9
|
set Stripe api key directly instead of using allow
|
2021-06-01 22:33:12 +01:00 |
|
Luis Ramos
|
a1ac4e85ed
|
Replace update_attributes with update
|
2021-05-19 09:54:25 -07:00 |
|
Luis Ramos
|
47a5809100
|
Fix rspec syntax
|
2021-05-03 14:17:54 +01:00 |
|
Luis Ramos
|
706b854d8c
|
Fix rspec syntax
|
2021-04-08 10:03:11 -07:00 |
|
Matt-Yorkley
|
a2f6ff7b39
|
Update deprecated params in checkout spec
|
2021-04-04 19:19:06 +01:00 |
|
Andy Brett
|
025f1f2725
|
add routing tests
|
2021-03-27 11:21:18 -07:00 |
|
Andy Brett
|
5a19a14042
|
rename to v0
|
2021-03-27 11:21:18 -07:00 |
|
Matt-Yorkley
|
cb179c794b
|
Update Paypal spec
|
2021-03-23 18:17:50 +00:00 |
|
Luis Ramos
|
ab135e30c0
|
Fix order_path in stripe connect spec
|
2021-01-25 20:25:13 +00: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
|
2b8f0abe49
|
Try some mass auto-correct adding frozen-string-literal to all specs
|
2020-12-03 06:38:24 -08:00 |
|
Matt-Yorkley
|
21d67a0723
|
Extract some more paypal-specific test code to new helper
|
2020-11-19 01:44:38 +00:00 |
|
Luis Ramos
|
403384dbb1
|
Fix rubocop isssues, trailing whitespaces and empty lines
|
2020-10-30 16:50:37 +00:00 |
|
Luis Ramos
|
c30cba8bfe
|
Fix issue Layout/SpaceInsideHashLiteralBraces
|
2020-10-30 16:50:37 +00:00 |
|
Luis Ramos
|
06433b1be3
|
Fix rubocop issue Layout/ExtraSpacing
|
2020-10-30 16:50:37 +00:00 |
|
Matt-Yorkley
|
70bd2161ba
|
Rename Stripe Connect factory for clarity
|
2020-09-19 12:55:31 +01: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
|
8fac1bc9ca
|
Move unauthorized view to HomeController only, all other calls to unauthorized will go through Auth which will redirect to the home controller IF the user is logged in or to login if user is not logged in
|
2020-07-15 14:54:52 +01:00 |
|
Luis Ramos
|
5e8438c446
|
Move all calculators outside the spree namespace
|
2020-07-07 17:26:23 +01:00 |
|
Luis Ramos
|
ce1114556d
|
Merge pull request #5578 from mbudm/issue/3770-manual-update
Update orders swagger spec and fix api_key access to orders endpoint
|
2020-07-06 20:32:25 +01:00 |
|
Luis Ramos
|
9e4a793b24
|
Fix rubocop issues
|
2020-07-01 13:14:39 +01:00 |
|
Steve Roberts
|
9541dbf495
|
Fix order api spec and add incomplete generated swagger.yml
|
2020-06-24 15:15:18 +10:00 |
|
Steve Roberts
|
e619ae621c
|
Add rswag and coverage for orders endpoint
Add coverage for core orders endpoint queries (WIP)
|
2020-06-24 13:21:49 +10:00 |
|
Luis Ramos
|
f848a89a00
|
Rename update_attributes to update #rails4
|
2020-06-22 16:51:43 +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
|
1c628fac58
|
Merge branch 'master' into 3-0-stable-mar20
|
2020-03-20 11:28:06 +00:00 |
|
Luis Ramos
|
0815068050
|
Merge branch 'master' into 3-0-stable-mar6
|
2020-03-06 09:20:03 +00: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 |
|
Matt-Yorkley
|
3615dcd355
|
Fix namespacing in cookies test
NameError: uninitialized constant ActionDispatch::Cookies::SignedCookieJar::MAX_COOKIE_SIZE
# ./spec/requests/large_request_spec.rb:8
|
2020-02-22 11:06:51 +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 |
|
Matt-Yorkley
|
b9edea7c0e
|
Rename 'admin/overview#index' route from :admin to :admin_dashboard
Fixes issues with route declarations in Rails 4
|
2020-01-12 13:11:33 +01:00 |
|
Matt-Yorkley
|
da7456e6e0
|
Remove old shop/products route, action, and spec
|
2019-10-09 17:27:00 +01:00 |
|
Pau Perez
|
1a450733a3
|
Use ApiHelper to DRY calls to JSON.parse in spec
|
2019-09-02 15:32:56 +02:00 |
|
Pau Perez
|
ffde7a38df
|
Add spacing to increase readability
|
2019-09-02 15:32:56 +02:00 |
|
Pau Perez
|
8b4b0621db
|
Fix Rubocop violations in Stripe connect tests
|
2019-09-02 15:32:56 +02:00 |
|