We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reported from https://wordpress.org/support/topic/uing-vnd-but-cant-get-one-pay-to-work/
This is not a bug. It's the intention to support VND with OnePay only.
Your store currency is USD. This gateway is not active on your site. Because OnePay supports VND only.
you can tweak true/false to enable the OnePay gateway (by changing the ‘VND’ to ‘USD’).
woo-viet/woo-viet.php
Line 146 in d6ecbfe
woo-viet/inc/class-wooviet-admin-page.php
Line 106 in d6ecbfe
The OnePay class I wrote is good, just the issue with sending the correct amount value of the order and its currency.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reported from https://wordpress.org/support/topic/uing-vnd-but-cant-get-one-pay-to-work/
This is not a bug. It's the intention to support VND with OnePay only.
Issue:
Your store currency is USD. This gateway is not active on your site. Because OnePay supports VND only.
Code:
you can tweak true/false to enable the OnePay gateway (by changing the ‘VND’ to ‘USD’).
woo-viet/woo-viet.php
Line 146 in d6ecbfe
woo-viet/inc/class-wooviet-admin-page.php
Line 106 in d6ecbfe
Bigger issue:
The OnePay class I wrote is good, just the issue with sending the correct amount value of the order and its currency.
Solution:
The text was updated successfully, but these errors were encountered: