tuga Posted May 22, 2023 Share Posted May 22, 2023 Hi, How do I set a 3rd gateway module to act as Invoice and not CC? What I've on MetaData: function modulename_MetaData() { return array( 'DisplayName' => 'modulename', 'APIVersion' => '1.1', // Use API Version 1.1 ); } When I activate the module I see on tblpaymentgateways: modulename type CC and I've to change it to: modulename type Invoices How do I make Invoices default on activation? Thank you. 0 Quote Link to comment Share on other sites More sharing options...
Question
tuga
Hi,
How do I set a 3rd gateway module to act as Invoice and not CC?
What I've on MetaData:
function modulename_MetaData() { return array( 'DisplayName' => 'modulename', 'APIVersion' => '1.1', // Use API Version 1.1 ); }
When I activate the module I see on tblpaymentgateways:
modulename type CC
and I've to change it to:
modulename type Invoices
How do I make Invoices default on activation?
Thank you.
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.