plombix
Results
2
comments of
plombix
And everythting works if i paste ` # payment intents routes:` `post '/stripe/create_intent', to: 'solidus_stripe/intents#create_intent'` ` post '/stripe/create_payment', to: 'solidus_stripe/intents#create_payment'` ` # payment request routes:` ` post '/stripe/shipping_rates', to: 'solidus_stripe/payment_request#shipping_rates'`...
same with rails 5.1.5 here