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.

Comments

torgosPizza created an issue. See original summary.

torgospizza’s picture

Status: Active » Needs review
StatusFileSize
new3.32 KB

Here'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.

  • hamrant committed 2a8ba28 on 7.x-1.x authored by torgosPizza
    Issue #2817907 by torgosPizza: Remove stripe_commerce submodule
    
hamrant’s picture

Status: Needs review » Fixed

Great, 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

torgospizza’s picture

I 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 :)

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.