solidus_stripe icon indicating copy to clipboard operation
solidus_stripe copied to clipboard

πŸ’³ Integrate Solidus with Stripe

Results 37 solidus_stripe issues
Sort by recently updated
recently updated
newest added

**Desired Behavior** At the moment of writing, we are considering to load the Stripe JS code in the confirm step to be sure that when requested, we can load the...

enhancement

Solidus allows merging orders during checkout. Eg: - user opens the website on their mobile device - user logs in - user adds items to a new order - user...

enhancement

Hello! For some reason our Solidus application isn't properly adding this gem's partials to the view path. We're running Solidus `2.11.3` and and Solidus Stripe `4.2`. Is there any additional...

v4.x

Current Flow: Payment is being processed/charged after user completes 3D secure authentication (user does not confirm order) (user is charged before Backend Solidus captures payment manually) Expected Flow: Payment is...

v4.x

Hello πŸ‘‹πŸ» Is there a plan to make this gem compatible with [Stripe Connect](https://stripe.com/docs/connect) feature?

v4.x

Need to add event logic to make auto_capture flow work . ```Spree::Event.subscribe 'order_finalized' do |event| order = event.payload[:order] order.payments.pending.each do |payment| payment.capture! end Spree::OrderUpdater.new(order).update end ``` Maybe it's a needed...

v4.x

Trying to integrate v3 intents , followed the readme but i keep getting thoses errors on js side : `Feature Policy: Skipping unsupported feature name β€œpayment”. v3:1:78187` `Feature Policy: Skipping...

v4.x

I'm getting this error when I go to test a payment: I, [2021-11-29T09:19:19.656205 #19393] INFO -- : [39855e67-587e-4ebe-8f22-143f843806a1] Started PATCH"/checkout/update/payment" for 24.228.203.152 at 2021-11-29 09:19:19 +0100 I, [2021-11-29T09:19:19.658170 #19393] INFO...

v4.x

πŸ‘‹ Hey all! v3 form elements don't work with single page checkouts. It requires a billing_address, [and that is set on pageload](https://github.com/solidusio/solidus_stripe/blob/a57ff9d21647880f72bcf32b4ad48c09274b3cdd/lib/views/frontend/spree/checkout/payment/v3/_form_elements.html.erb#L34-L38) from the orders existing billing address. On single...

v4.x

Currently, `PrepareOrderForPaymentService` assumes the existence of a shipping method param - however, there are circumstances in which this param could be missing. As an example, on a clients checkout flow...

v4.x