Having issue while trying to add the payment gateway #8086
Unanswered
muhammadhashir153
asked this question in
Payment Gateways
Replies: 1 comment 7 replies
-
Hey @muhammadhashir153 are you using the currency switcher add-on? If so, you would need to configure the gateway for each supported currency in the add-on settings. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I'm developing a payment gateway add-on to support my client's available options. I found the documentation and it really helps me out. But the issue currently I'm facing is that my payment method isn't showing on the donation form, whenever I try to donate for testing, on the payment page, it says something like "currency not supported for the available gateway".
It's an offsite gateway. I added a section and fields in the payment gateway options in the setting of your plugin, and added a simple gateway display lable, both are displaying, I set my gateway to default and disabled all the others. Could you please tell me what's the issue and how to resolve that, below is the ss of the issue I'm facing.
class wp_cs_sp_gwp_safepay_process extends PaymentGateway {
public $secureRouteMethod = [];
}
Beta Was this translation helpful? Give feedback.
All reactions