#johnpitchko

1 messages · Page 1 of 1 (latest)

sonic brookBOT
knotty brook
#

Hello there

autumn niche
#

Good morning

knotty brook
#

Can you show me your code for how you are capturing here?

autumn niche
#

I'm using Solidus

#

I've traced it down to the gateway.capture

      def capture(money, response_code, transaction_options)
        debugger
        gateway.capture(money, response_code, transaction_options)
      end
#

Where gateway is an instance of ActiveMerchant::Billing::StripePaymentIntentsGateway

#

That is the Stripe library, correct?

knotty brook
#

No that's not the Stripe library

#

That looks to be a wrapper around our library

autumn niche
#

Interesting

#

I'll ask my team where the heck that wrapper is

#

Thanks for your help

knotty brook
#

Sure thing

autumn niche
#

Good to go know, have a pleasant day.

knotty brook
#

Ah yep so that wraps the call to "payment_intents/#{intent_id}/capture"