Sébastien Ternest
02/20/2023, 5:26 PM/admin/payments
and create a new Stripe payment using the static preferences.”
/admin/payments => no route ...Do you mean /admin/payments_methods ?
kennyadsl
kennyadsl
Sébastien Ternest
02/20/2023, 6:08 PMSébastien Ternest
02/23/2023, 2:27 PMSébastien Ternest
02/23/2023, 3:29 PMkennyadsl
kennyadsl
kennyadsl
Sébastien Ternest
02/23/2023, 3:43 PMkennyadsl
kennyadsl
kennyadsl
kennyadsl
Sébastien Ternest
02/23/2023, 3:47 PMSébastien Ternest
02/23/2023, 5:00 PMbundle add solidus_stripe
bundle exec rails g solidus_stripe:install
I navigated to Settings > Payments > Payment Methods in the admin panel and created a new payment method that uses Stripe by selecting Stripe credit card
under Type in the New Payment Method form and saving.
Configure via database configuration
I ve stored my Stripe credentials in the database and filled the new fields in the form, selecting custom
(default) in the Preference Source field.
Here is how I created my payments method..
It’s not working. When I push on the button => I get “Payment source can’t be blankkennyadsl
Sébastien Ternest
02/23/2023, 5:17 PMkennyadsl
kennyadsl
vendor/assets/javascripts/spree/frontend/all.js
, before `//= require spree/frontend/solidus_stripe`:
//= require jquery
kennyadsl