mage2pro / stripe

Stripe integration with Magento 2
https://upwork.com/fl/mage2pro
61 stars 7 forks source link

Create a Source object instead of a token on the client side: it will allow us to implement additional Stripe's payment options in future (3D Secure, local European and Chinese payment options, etc.) #40

Closed dmitrii-fediuk closed 6 years ago

dmitrii-fediuk commented 6 years ago

Now we use stripe.createToken(). We should use stripe.createSource() instead.

dmitrii-fediuk commented 6 years ago

Implemented in 2.4.0.