eliminate references to the coupon table
This commit is contained in:
parent
ae22286c6b
commit
4ec9917adb
1 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ param: session - a reference to the current session
|
|||
|
||||
param: class - the classname of the driver for the gateway you want to configure
|
||||
|
||||
param: hashRef - a hash reference containing a list of the parameters in coupon table, except for couponId.
|
||||
param: hashRef - a hash reference containing a list of the parameters in paymentGateway table, except for paymentGatewayId.
|
||||
|
||||
=head3 getDrivers
|
||||
|
||||
|
|
@ -101,7 +101,7 @@ Creates a new WebGUI::Shop::PayDriver object. Returns a reference to the object.
|
|||
|
||||
param: session - a reference to the current session
|
||||
|
||||
param: hashRef - a hash reference containing a list of the parameters in coupon table, except for couponId.
|
||||
param: hashRef - a hash reference containing a list of the parameters in paymentGateway table, except for paymentGatewayId.
|
||||
|
||||
=head definition
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue