-
See issue https://github.com/solidusio/solidus/issues/1449
The implementation we want is the one outlined in this comment:
https://github.com/solidusio/solidus/issues/1449#issuecomment-565799493
-
Europe legislation requires now SCA payments. Stripe provides this kind of secure payments via the Stripe Payment Intents API. This new library needs to be used by the gem `solidus_stripe` in order to…
-
the computed_hmac doesn't match the header_hmac and we are unsure why. Need to check with Bolt and ask for guidance
-
Ref https://github.com/nebulab/solidus_bolt/blob/master/app/models/solidus_bolt/gateway.rb#L7-L9
This method will receive the amount, payment_source, and gateway_options and should create Spree::Paym…
-
When the merchant will have completed the Bolt Onboarding process started from solidus, Bolt will redirect the user to a solidus page that should fill all the missing keys in order to let the payment …
-
We got the following message on Slack:
> Each refresh token has an expiration of a year, and you can keep using the refresh token for as long as you need. The important note here is that the access…
-
The merchant onboarding flow should be built into the extension.
These are the broad steps of the merchant onboarding process.
1. Bolt Merchant Account Creation
```
As a first step in the adop…
-
Hey :)
Unfortunately I have lost my MFA devices (and OTP codes).
I'm creating this issue as requested by the rubygems.org staff to recover my access.
Can someone from Nebulab team approve my reques…
-
Refresh an expired access_token
Following the [documentation](https://docs.google.com/document/d/1Hsk-ij1c_kO2ctonyfUPgLXMFDlvi3MK77DRbhEXUjI/edit#) provided by bolt, we should provide a service to r…
-
Solidus will need to build an endpoint for Bolt to call and determine whether there is an existing
merchant storefront account associated with a particular email. This endpoint should accept POST
requ…