Added choice of multiple payment gateways to commerce system.
This commit is contained in:
parent
00074fd16d
commit
1ab8746c3a
7 changed files with 175 additions and 21 deletions
|
|
@ -263,6 +263,7 @@ sub getOperations {
|
|||
'listPendingTransactions' => 'WebGUI::Operation::Commerce',
|
||||
'cancelTransaction' => 'WebGUI::Operation::Commerce',
|
||||
'completePendingTransaction' => 'WebGUI::Operation::Commerce',
|
||||
'selectPaymentGateway' => 'WebGUI::Operation::Commerce',
|
||||
'viewPurchaseHistory' => 'WebGUI::Operation::TransactionLog',
|
||||
'cancelRecurringTransaction' => 'WebGUI::Operation::TransactionLog',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue