-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Other popular payment methods #173
Comments
Authorize.Net and 2Checkout are another examples |
@realmontazeri Would you be willing to test Skrill and Stripe if I can get this added? |
According to your comment on #166 omnipay supports most of these payment methods but Mollie is the only available multi-payment option which it does not support many payment solutions. |
@realmontazeri Omnipay isn't a payment gateway, it is a code library. I have to add code to enable the other payment gateways it supports.
|
Several payment gateways were added recently, special thanks to @CaMer0n for his amazing job! |
@CaMer0n I am currently using Stripe and Coinpayments which they are working properly. |
@parsfounder Thank you for the feedback! 👍 |
stripe: Fatal error: Uncaught Omnipay\Common\Exception\InvalidRequestException: The source parameter is required in /home/.../plugins/vstore/vendor/omnipay/common/src/Common/ParametersTrait.php:81 Stack trace: #0 /home/.../plugins/vstore/vendor/omnipay/stripe/src/Message/AuthorizeRequest.php(315): Omnipay\Common\Message\AbstractRequest->validate('source') #1 /home/.../plugins/vstore/vendor/omnipay/common/src/Common/Message/AbstractRequest.php(686): Omnipay\Stripe\Message\AuthorizeRequest->getData() #2 /home/.../plugins/vstore/vstore.class.php(1837): Omnipay\Common\Message\AbstractRequest->send() #3 /home/.../plugins/vstore/vstore.class.php(684): vstore->processGateway() #4 /home/.../plugins/vstore/vstore.class.php(290): vstore->p in /home/.../plugins/vstore/vendor/omnipay/common/src/Common/ParametersTrait.php on line 81 |
@parsfounder Would you happen to know exactly WHEN those payment methods stopped working? |
@CaMer0n this happened after updating e107 and vstore to the latest version, the issue actually appears on the page right after confirming address and basket info |
Skrill and Stripe are one of the most popular digital wallets in the market and not included in vstore plugin yet.
The text was updated successfully, but these errors were encountered: