Closed DevinWalker closed 2 years ago
Related to #17
This PR removes a ton of unnecessary PHP by not using the Stripe SDK to create the Payment Intent.
We were only using the SDK to create the intent, which is like using a bulldozer to clear a square foot of land... it's just not necessary.
This is bringing down the overall PHP size to <=100kbs which should appease the WP Gods.
Bye bye 👋 to these packages:
Note: we are still using composer for autoloading.
Related to #17
Description
This PR removes a ton of unnecessary PHP by not using the Stripe SDK to create the Payment Intent.
We were only using the SDK to create the intent, which is like using a bulldozer to clear a square foot of land... it's just not necessary.
This is bringing down the overall PHP size to <=100kbs which should appease the WP Gods.
Affects
Bye bye 👋 to these packages:
Note: we are still using composer for autoloading.