Matt-Yorkley
|
36f4f40e84
|
Refactor and fix PaymentMethod strong params
|
2020-11-17 18:51:48 +00:00 |
|
Luis Ramos
|
7b06fdd943
|
Convert to array before using sort_by!
|
2020-10-30 10:12:56 +00:00 |
|
Luis Ramos
|
1df7890a0d
|
Use spree url_helpers
|
2020-09-17 13:59:41 +01:00 |
|
Luis Ramos
|
e0cb7a29bf
|
Add helper prefix to helper calls
|
2020-09-17 13:58:45 +01:00 |
|
Matt-Yorkley
|
c009fed6be
|
Update StrongParams for Pin Payments
|
2020-07-15 14:00:19 +02:00 |
|
Luis Ramos
|
f848a89a00
|
Rename update_attributes to update #rails4
|
2020-06-22 16:51:43 +01:00 |
|
Luis Ramos
|
8a61257547
|
Rename all before_filter to before_action, it's the same function with a new name
|
2020-06-22 13:11:57 +01:00 |
|
Luis Ramos
|
df799340df
|
Add missing permitted attributes to payment_methods controller
|
2020-03-21 14:21:52 +00:00 |
|
Luis Ramos
|
e5ebf45765
|
Improve strong params implementation on payment methods controller by specifying specific list of permitted attributes
|
2020-03-21 14:09:33 +00:00 |
|
Luis Ramos
|
38849f5589
|
Extract method in payments_method_controller to make it readable
|
2020-03-21 14:09:32 +00:00 |
|
Luis Ramos
|
86d09ff21e
|
Bring strong parameters code from spree to payment_methods_controller
This code comes from spree commit fbc2d150f6
|
2020-03-21 14:08:03 +00:00 |
|
Luis Ramos
|
0815068050
|
Merge branch 'master' into 3-0-stable-mar6
|
2020-03-06 09:20:03 +00:00 |
|
Matt-Yorkley
|
98fdbb8621
|
Update deprecated #scoped calls
Model#scoped is now deprecated. Model#where(nil) in Rails 4 returns the same result as Model#scoped in Rails 3
|
2020-02-22 11:06:51 +00:00 |
|
luisramos0
|
b3ac5d8f41
|
Improve code readability a little
|
2020-02-21 10:52:56 +00:00 |
|
luisramos0
|
f691d1aafd
|
Add new payment method StripeSCA that will use the Stripe Payment Intents API instead of the Stripe Charges API that the current StripeConnect gatreway uses
|
2020-02-21 10:52:29 +00:00 |
|
luisramos0
|
9404aacfb2
|
run rubocop --auto-correct
|
2019-11-10 18:42:43 +00:00 |
|
luisramos0
|
6bc0d505e4
|
Fix some rubocop issues
|
2019-10-16 10:40:16 +01:00 |
|
luisramos0
|
9a0f1adfd2
|
Reorganize/simplify before filters
|
2019-10-16 10:40:09 +01:00 |
|
luisramos0
|
1c257cca3f
|
Merge payment methods controller brought from spree_backend with its decorator that was in OFN
|
2019-10-14 23:14:09 +01:00 |
|
luisramos0
|
c51e4d657a
|
Bring payment method controller from spree_backend
|
2019-10-14 23:09:23 +01:00 |
|