From 3e62f64e55cdaeed1e579f91ed37e243f431bd87 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Wed, 20 Feb 2008 06:36:10 +0000 Subject: [PATCH] couple of missing methods --- designdocs/pay.pod | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/designdocs/pay.pod b/designdocs/pay.pod index 75c8d5d50..1614d6a75 100644 --- a/designdocs/pay.pod +++ b/designdocs/pay.pod @@ -26,6 +26,18 @@ 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. +=head3 getDrivers + +A class method. + +Returns an array reference of the driver classes enabled in the config file. + +=head3 getPaymentGateways + +A class method. + +Returns an array reference of the configured payment objects. + =head3 getOptions A class method.