- Issue created by @solideogloria
I don't use the module, but I gave it a look to see if it uses Stripe\Checkout\Session::create()
, however, the code just uses Charge
behind the scenes, which is a deprecated API. It's also not safe to use, as it doesn't track the lifecycle of the payment and can cause double-charges.
Active
2.0
Code