This should be fairly straightforward to achieve.
Essentially, the stripe_commerce module looks like it never got much development accomplished. However, the Commerce Stripe module - which currently does not require the Stripe module as it handles loading of the Library, setting API Keys, etc., on its own - has been actively maintained by myself and others, and includes features such as Checkout integration and Card on File support.
Let's remove the stripe_commerce integration module, in favor of pointing people to Commerce Stripe. Discussion of making Commerce Stripe depend on this module is happening at #2816709: Require Stripe module and will probably move forward in a new (4.x) branch.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2817907-remove_stripe_commerce.patch | 3.32 KB | torgospizza |
Comments
Comment #2
torgospizzaHere's a patch which does this. Since no one uses this module (I hope!) I'll probably commit this soon just to get it off the table.
Comment #4
hamrant commentedGreat, please note this moment in documentation and in project page. People need to know that the module is removed and they need to use Commerce Stripe module
Comment #5
torgospizzaI noted this in the project page. I'll update any mentions in the module as well, but seeing as how that module was unusable in its original form, I would be surprised if anyone is affected by it.
Thanks for the commit assist :)