Skip to content
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

Open
parsfounder opened this issue Jan 13, 2021 · 11 comments
Open

Other popular payment methods #173

parsfounder opened this issue Jan 13, 2021 · 11 comments

Comments

@parsfounder
Copy link

Skrill and Stripe are one of the most popular digital wallets in the market and not included in vstore plugin yet.

@parsfounder
Copy link
Author

Authorize.Net and 2Checkout are another examples

@CaMer0n
Copy link
Member

CaMer0n commented Jan 19, 2021

@realmontazeri Would you be willing to test Skrill and Stripe if I can get this added?

@parsfounder
Copy link
Author

@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.

@CaMer0n
Copy link
Member

CaMer0n commented Jan 20, 2021

@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.

@realmontazeri Would you be willing to test Skrill and Stripe if I can get this added?

@parsfounder
Copy link
Author

Several payment gateways were added recently, special thanks to @CaMer0n for his amazing job!

@CaMer0n CaMer0n added this to the v1.0 milestone Jan 31, 2021
@CaMer0n
Copy link
Member

CaMer0n commented Jan 31, 2021

Thanks @realmontazeri. And for reference, here they all are:

image

@parsfounder
Copy link
Author

@realmontazeri Would you be willing to test Skrill and Stripe if I can get this added?

@CaMer0n I am currently using Stripe and Coinpayments which they are working properly.

@CaMer0n
Copy link
Member

CaMer0n commented Mar 2, 2022

@parsfounder Thank you for the feedback! 👍

@parsfounder
Copy link
Author

parsfounder commented May 6, 2022

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
Screenshot_20220507_015454
coinpayments: Fatal error: Uncaught Error: Call to undefined method Omnipay\Coinpayments\Gateway::purchase() in /home/.../plugins/vstore/vstore.class.php:1837 Stack trace: #0 /home/.../plugins/vstore/vstore.class.php(684): vstore->processGateway() #1 /home/.../plugins/vstore/vstore.class.php(290): vstore->process() #2 /home/.../plugins/vstore/vstore.php(41): vstore->init() #3 /home/.../index.php(69): include_once('/home/clients/9...') #4 {main} thrown in /home/.../plugins/vstore/vstore.class.php on line 1837
Screenshot_20220507_015436

@parsfounder parsfounder reopened this May 6, 2022
@CaMer0n
Copy link
Member

CaMer0n commented May 9, 2022

@parsfounder Would you happen to know exactly WHEN those payment methods stopped working?

@parsfounder
Copy link
Author

@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

@CaMer0n CaMer0n added the bug label May 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants