add payment processing interface

This commit is contained in:
JT Smith 2008-03-24 18:27:33 +00:00
parent e8fe7e1491
commit 31729dc14a
7 changed files with 202 additions and 22 deletions

View file

@ -120,6 +120,12 @@ sub getCartTemplateVariables {
#-------------------------------------------------------------------
sub processPayment {
return (1, undef, 1, 'Success');
}
#-------------------------------------------------------------------
sub www_displayStatus {
}