From 4ec9917adbac69b43545787a303afb1b1543e327 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Wed, 20 Feb 2008 19:05:19 +0000 Subject: [PATCH] eliminate references to the coupon table --- designdocs/pay.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/designdocs/pay.pod b/designdocs/pay.pod index 1614d6a75..5f0fd3649 100644 --- a/designdocs/pay.pod +++ b/designdocs/pay.pod @@ -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