netlify / gocommerce

A headless e-commerce for JAMstack sites.
MIT License
1.54k stars 208 forks source link

Remove deprecated payments through stripe charges #190

Closed mraerino closed 5 years ago

mraerino commented 5 years ago

- Summary

The Stripe payment provider was recently migrated to use the new PaymentIntent API. This is required for EU countries as of Sept 14th 2019. That change was behind a feature flag. This change makes PaymentIntents the default and removes the flag.

- Test plan

n/a

- Description for the changelog

Default to PaymentIntents for Stripe