add payment processing interface
This commit is contained in:
parent
e8fe7e1491
commit
31729dc14a
7 changed files with 202 additions and 22 deletions
|
|
@ -120,6 +120,12 @@ sub getCartTemplateVariables {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
sub processPayment {
|
||||
return (1, undef, 1, 'Success');
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
sub www_displayStatus {
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue