Luis Ramos
|
0c1ed1731d
|
Add more specs to ship method controller
|
2020-06-09 12:33:55 +01:00 |
|
Luis Ramos
|
87292a8ce5
|
Refactor spec to add more similar specs
|
2020-06-09 12:15:52 +01:00 |
|
Luis Ramos
|
f05b0d1a57
|
Add missing fields to ship method controller permitted params list
|
2020-06-09 12:02:59 +01:00 |
|
Luis Ramos
|
fd5062429a
|
Add context to delete specs so we can add other specs
|
2020-06-09 12:02:59 +01:00 |
|
Luis Ramos
|
4438f620e9
|
Merge pull request #5421 from luisramos0/more_strong_params
[Spree 2.1] Add missing strong params to less important controllers missed by specs
|
2020-06-02 16:59:27 +01:00 |
|
Luis Ramos
|
a4a6431faf
|
Fix strong params problem where order object is not sent to controller
|
2020-06-01 13:42:22 +01:00 |
|
Luis Ramos
|
bae128738b
|
Add spec for return authorizations controller
|
2020-06-01 13:40:59 +01:00 |
|
Luis Ramos
|
583b4a1df7
|
Add spec to countries_controller
|
2020-06-01 13:40:59 +01:00 |
|
Luis Ramos
|
73f2844fe3
|
Add spec for shipping categories
|
2020-06-01 13:40:59 +01:00 |
|
Luis Ramos
|
f34f693620
|
Merge branch 'master' into 3-0-stable-may-22
|
2020-05-22 22:54:19 +01:00 |
|
Matt-Yorkley
|
6b3a7228ce
|
Update flash message with instruction to update the quantities
|
2020-05-20 09:43:29 +02:00 |
|
Luis Ramos
|
19da0ba969
|
Merge branch 'master' into 3-0-stable-may13
|
2020-05-13 19:50:32 +01:00 |
|
Luis Ramos
|
92d0a5b735
|
Change default user from spree@example.com to ofn@example.com
|
2020-05-03 10:12:43 +01:00 |
|
Luis Ramos
|
839b373b5c
|
Merge branch 'master' into 3-0-stable-Apr28
|
2020-04-28 13:40:19 +01:00 |
|
Luis Ramos
|
868929eed3
|
Merge pull request #4993 from luisramos0/move_ent_fees
Change engine routes to better work with specs in rails 4
|
2020-04-28 11:48:41 +01:00 |
|
Luis Ramos
|
fcc746a1b7
|
Fix long lines in payments_controller_spec
|
2020-04-15 16:18:17 +01:00 |
|
Luis Ramos
|
8f7b3df9b5
|
Make payment controller authorize stripe_sca payments before processing them or advancing order workflow (that also calls payment.process)
|
2020-04-15 16:07:34 +01:00 |
|
Pau Pérez Fabregat
|
c5621b7740
|
Merge pull request #5034 from luisramos0/strong_params_payment_methods
[Spree 2.1] Implement strong params in admin payment methods controller
|
2020-03-25 09:39:34 +01:00 |
|
Luis Ramos
|
eac0da9812
|
Fix payment method controllers by removing unnecessary param that only exists in stripe connect payment method preferred_enterprise_id
|
2020-03-21 14:09:33 +00:00 |
|
Luis Ramos
|
1c628fac58
|
Merge branch 'master' into 3-0-stable-mar20
|
2020-03-20 11:28:06 +00:00 |
|
Luis Ramos
|
a8078b22f8
|
Move enterprise fees summaries controller and views to ordermanagement engine
|
2020-03-20 11:07:23 +00:00 |
|
Maikel
|
c4e4beb912
|
Revert "Inner join visible orders"
|
2020-03-19 12:01:00 +11:00 |
|
Luis Ramos
|
1049525e50
|
Merge pull request #4963 from luisramos0/variants_fix
Fix 2 broken buttons in the product variants list page
|
2020-03-12 23:48:50 +00:00 |
|
Luis Ramos
|
32a4355f09
|
Merge branch 'master' into 3-0-stable-mar6
|
2020-03-12 16:54:09 +00:00 |
|
Pau Pérez Fabregat
|
802ac647e3
|
Merge pull request #4879 from coopdevs/inner-join-visible-orders
Inner join visible orders
|
2020-03-10 22:54:03 +01:00 |
|
Luis Ramos
|
676d949972
|
Make variants collection show deleted again by bypassing the default scope that removed deleted variants
|
2020-03-10 14:21:20 +00:00 |
|
Luis Ramos
|
0815068050
|
Merge branch 'master' into 3-0-stable-mar6
|
2020-03-06 09:20:03 +00:00 |
|
Luis Ramos
|
f23575302b
|
In rails 4 variant.destroy is removing the variants from the exchanges as needed and variant.exchange_variants becomes immediatly empty but variant.exchanges is not automatically updated anymore and needs a refresh to become empty
|
2020-03-05 17:07:08 +00:00 |
|
Pau Perez
|
461b1b26f3
|
Add controller tests to cover totals by supplier
|
2020-03-05 17:45:06 +01:00 |
|
Luis Ramos
|
4f3247c196
|
Revert "Temporarily remove broken specs"
This reverts commit c0dc999e0d.
|
2020-02-28 12:18:53 +01:00 |
|
Matt-Yorkley
|
3896644a04
|
Remove attr_accessible declarations
Needed for using Strong Parameters in Rails 4
|
2020-02-22 14:03:16 +01:00 |
|
Matt-Yorkley
|
7aef5af71c
|
Fix report types spec
|
2020-02-22 11:06:51 +00:00 |
|
Matt-Yorkley
|
30558485de
|
Update deprecated #find_or_create_by_* methods
|
2020-02-22 11:06:51 +00:00 |
|
luisramos0
|
c0dc999e0d
|
Temporarily remove broken specs
|
2020-02-22 11:05:24 +00:00 |
|
luisramos0
|
1afd712ff4
|
Make StripeSCA store cards (and delete them) on the Stripe platform account and not the Stripe Connected account (the sellers accounts)
This is important so that cards can be re-used across sellers in OFN
|
2020-02-21 10:56:32 +00:00 |
|
luisramos0
|
c7b01c37af
|
Fix a problem in credit cards controller spec and test case where stripe_account_id must be included in the stripe api call
|
2020-02-21 10:52:55 +00:00 |
|
luisramos0
|
eb7e6dc5b8
|
Remove spree checkout controller spec, it is no longer necessary
|
2020-02-05 14:49:17 +00:00 |
|
Matt-Yorkley
|
5f3abbf00e
|
Refactor BaseController
|
2020-01-22 12:17:23 +01:00 |
|
luisramos0
|
1e203ae419
|
Remove destroy with js format in variants controller, we dont use this endpoint in OFN and it avoids having to bring additional code from spree_backend
|
2020-01-16 11:59:36 +00:00 |
|
Matt-Yorkley
|
a059c11d0f
|
Update post/delete calls in credit_cards_controller_spec.rb
ActionController::UrlGenerationError:
No route matches {:action=>"new_from_token", :cc_type=>"visa", :controller=>"spree/credit_cards", :exp_month=>12, :exp_year=>2020, :format=>:json, :last4=>4242, :token=>"tok_234bd2c22"}
# ./spec/controllers/spree/credit_cards_controller_spec.rb:36:in `block (5 levels) in <top (required)>'
# ./spec/controllers/spree/credit_cards_controller_spec.rb:36:in `block (4 levels) in <top (required)>'
|
2020-01-15 12:57:38 +01:00 |
|
luisramos0
|
9404aacfb2
|
run rubocop --auto-correct
|
2019-11-10 18:42:43 +00:00 |
|
Luis Ramos
|
ea8eb0ee14
|
Merge pull request #4371 from luisramos0/payment_methods
Move Payment methods from spree_backend to OFN
|
2019-11-08 14:26:21 +00:00 |
|
Luis Ramos
|
52ab6c52bf
|
Merge pull request #4057 from luisramos0/remove_spree_api_2
Remove dependency to spree_api - step 2 - routes and views
|
2019-11-06 13:23:32 +00:00 |
|
Luis Ramos
|
3e7bd7dc19
|
Merge pull request #4376 from luisramos0/ghosts
Remove product from Order Cycles if product supplier changes
|
2019-10-28 21:17:48 +00:00 |
|
luisramos0
|
bf291ec318
|
Move spree/api/base_controller_spec to api/base_controller_spec
|
2019-10-28 16:00:36 +00:00 |
|
Luis Ramos
|
02c0b89fa0
|
Merge pull request #4345 from Matt-Yorkley/shopfront_pagination
Shopfront pagination
|
2019-10-21 16:02:12 +01:00 |
|
Matt-Yorkley
|
ab330e882e
|
Remove product cache
|
2019-10-18 21:15:11 +01:00 |
|
luisramos0
|
49f98422fd
|
Remove product from Order Cycles if supplier changes as with a new supplier the rules/permissions to add a product to an Order Cycle may be different
|
2019-10-17 17:47:15 +01:00 |
|
Luis Ramos
|
d7223c508a
|
Merge pull request #4289 from luisramos0/spree_be_config_general
Move general_settings, mail_methods and image_settings from spree_backend to OFN
|
2019-10-16 12:08:36 +01:00 |
|
luisramos0
|
1eafb1a3fe
|
Bring specs from spree_backend to payment methods controller spec
|
2019-10-15 18:49:35 +01:00 |
|