diff options
author | ivan <ivan> | 2009-02-07 02:24:36 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-02-07 02:24:36 +0000 |
commit | 7a9da24b8eef74005975b2bc51dffa9d017bb248 (patch) | |
tree | 6b35d3a359ebc6e7677bf84c6ffd412342cff70a | |
parent | d60705788dfccebe8829e0b6966dd7827d12bf41 (diff) |
paybatch doesn't actually do anything yet, RT#4727
-rw-r--r-- | fs_selfservice/FS-SelfService/SelfService.pm | 20 |
1 files changed, 14 insertions, 6 deletions
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 |