From: ivan Date: Sat, 7 Feb 2009 02:24:36 +0000 (+0000) Subject: paybatch doesn't actually do anything yet, RT#4727 X-Git-Tag: freeside_1_7_4rc1~106 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=7a9da24b8eef74005975b2bc51dffa9d017bb248;p=freeside.git paybatch doesn't actually do anything yet, RT#4727 --- diff --git a/fs_selfservice/FS-SelfService/SelfService.pm b/fs_selfservice/FS-SelfService/SelfService.pm index 710e22d27..f2d976144 100644 --- a/fs_selfservice/FS-SelfService/SelfService.pm +++ b/fs_selfservice/FS-SelfService/SelfService.pm @@ -453,10 +453,14 @@ Array reference of all states in the current default country. Hash reference of card types; keys are card types, values are the exact strings passed to the process_payment function -=item paybatch +=cut -Unique transaction identifier (prevents multiple charges), passed to the -process_payment function +#this doesn't actually work yet +# +#=item paybatch +# +#Unique transaction identifier (prevents multiple charges), passed to the +#process_payment function =back @@ -522,10 +526,14 @@ Card expiration month Card expiration year -=item paybatch +=cut -Unique transaction identifier, returned from the payment_info function. -Prevents multiple charges. +#this doesn't actually work yet +# +#=item paybatch +# +#Unique transaction identifier, returned from the payment_info function. +#Prevents multiple charges. =back