This module needs to be updated. I am looking into it, but need help. The New api changes for example. I also hope someone knows how to add bitcoin and applepay:
Old code:
New Api:PHP Code:
Stripe::setApiKey($secret_key);
PHP Code:
\Stripe\Stripe::setApiKey($secret_key);
Bookmarks