Hi,
I am using version 3.1.3. I have activated both paypal and wepay but only paypal shows at the payment option . Wepay does not show up. Please let me know its solution. I have used it on this link http://www.nirvanacorner.com/test/ please check.
I have emailed you the snapshot of the settings, Please check and let me know what is the problem.
Hi,
I am using version 3.1.3. I have activated both paypal and wepay but only paypal shows at the payment option . Wepay does not show up. Please let me know its solution. I have used it on this link http://www.nirvanacorner.com/test/ please check.
I have emailed you the snapshot of the settings, Please check and let me know what is the problem.
This is most likely an issue with the server or your WePay account.
The WePay payment gateway pulls in the checkout_uri from WePay, and if it does not receive a response does not display the gateway link.
It does this with a simple check within /event-espresso/gateways/wepay/wepay_vars.php around line 41.
if (empty($raw->checkout_uri)) return;
So you need to check the cURL is working as expected on your server, also when you setup the WePay account you needed to input a domain, that domain must match the domain you are using the account on for WePay to work.
If you need further assistance with this you will need to purchase a support license from here:
The support post ‘Wepay Problem’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.