I am working on a new payment provider for a Vendr site I didn't create.
Currently, every time I go through the checkout process it uses "invoicing" rather than my new payment provider, even though I have disabled all other payment providers (unset all available countries).
I have my payment provider first in the list.
SetPaymentMethod was called in some test (?) code but I have commented that out. Do I actually need to set that? What if I want multiple payment providers to be presented to the user?
I think this is likely because Invoicing wil be the default payment method for the systems default country. If you edit your default country and change the default payment method, it should use the alternative method by default instead.
Show multiple payment options
I am working on a new payment provider for a Vendr site I didn't create.
Currently, every time I go through the checkout process it uses "invoicing" rather than my new payment provider, even though I have disabled all other payment providers (unset all available countries).
I have my payment provider first in the list.
SetPaymentMethod was called in some test (?) code but I have commented that out. Do I actually need to set that? What if I want multiple payment providers to be presented to the user?
Hi Gordon,
I think this is likely because Invoicing wil be the default payment method for the systems default country. If you edit your default country and change the default payment method, it should use the alternative method by default instead.
is working on a reply...