diff options
Diffstat (limited to 'FS/FS/payinfo_transaction_Mixin.pm')
-rw-r--r-- | FS/FS/payinfo_transaction_Mixin.pm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/FS/FS/payinfo_transaction_Mixin.pm b/FS/FS/payinfo_transaction_Mixin.pm index d0be9e847..19419de1c 100644 --- a/FS/FS/payinfo_transaction_Mixin.pm +++ b/FS/FS/payinfo_transaction_Mixin.pm @@ -29,7 +29,6 @@ payinfo and paybatch. Currently FS::cust_pay and FS::cust_refund =over 4 - =item cust_main Returns the parent customer object (see L<FS::cust_main>). @@ -113,13 +112,12 @@ sub _parse_paybatch { } - - - =back =head1 SEE ALSO L<FS::payinfo_Mixin> -=back +=cut + +1; |