develodesign / vsf-payment-stripe

Stripe payment module for Vue Storefront
MIT License
25 stars 17 forks source link

Support for Payment Intents #22

Closed rain2o closed 5 years ago

rain2o commented 5 years ago

Closes #21

Disclaimer - I have added some support for Magento 2 as far as how the token data should be formatted (discussed in #17 ) as part of this since we had to modify the way Stripe initiates the transaction. However, the Stripe Magento 2 module doesn't work via API in its current state, so these changes support as much as this module can, but now it depends on the back-end platforms to handle the rest. I have started conversations with Stripe to discuss the changes necessary on their module for supporting API checkout. I will try to update the issue linked above when I have any updates.

Due to the above disclaimer, I don't know if you'd prefer to wait on this or not. As it stands this module doesn't work with Magento 2 anyway (in my testing) so it's not like it breaks anything as far as M2 goes. I don't know about the other platforms already in use with this module.

collymore commented 5 years ago

Thanks for your work on this, we'll also be looking at the api side over the next few weeks so we'll keep you updated on progress.

dimasch commented 5 years ago

@rain2o Just now checked on VSF 1.9.0 - is not working feature, with compilation errors...

dimasch commented 5 years ago

I will prepare fix.