eliminate references to the coupon table

This commit is contained in:
JT Smith 2008-02-20 19:05:19 +00:00
parent ae22286c6b
commit 4ec9917adb

View file

@ -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