I've created a new payment provider that inherits from "APaymentProvider", but I can't get it to show up in the list of payment providers on my site. Is there a step I need to take to register it, or does it need to be in a specific namespace? There doesn't appear to be any documentation explaining how they get hooked in once you write one! Any pointers greatly appreciated :)
New Payment Provider Not Listed
I've created a new payment provider that inherits from "APaymentProvider", but I can't get it to show up in the list of payment providers on my site. Is there a step I need to take to register it, or does it need to be in a specific namespace? There doesn't appear to be any documentation explaining how they get hooked in once you write one! Any pointers greatly appreciated :)
Figured it out! Was missing the PaymentProvider Attribute on the Provider itself!
I love the issues that resolve themselves 😂
Glad you managed to figure out the missing piece. Nicely done too as I agree our docs aren't the best in that area.
Matt
Happy to contribute some docs for this once I've got my provider working! :)
is working on a reply...