[freeside-commits] branch FREESIDE_3_BRANCH updated. cc40c8468994941a2c5e3a2c67a3590faf588745
Ivan
ivan at 420.am
Mon Jan 19 04:59:33 PST 2015
The branch, FREESIDE_3_BRANCH has been updated
via cc40c8468994941a2c5e3a2c67a3590faf588745 (commit)
from bdb82505541105352ceeefb63aab40df7f25dc45 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit cc40c8468994941a2c5e3a2c67a3590faf588745
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Jan 19 04:59:29 2015 -0800
cardfortress merchant deletion (disabling)
diff --git a/FS/FS/part_export/cardfortress.pm b/FS/FS/part_export/cardfortress.pm
index 68a1aea..e79205e 100644
--- a/FS/FS/part_export/cardfortress.pm
+++ b/FS/FS/part_export/cardfortress.pm
@@ -56,7 +56,7 @@ sub _export_replace {
}
sub _export_delete {
- #my( $self, $svc_x ) = (shift, shift);
+ my( $self, $svc_acct ) = (shift, shift);
#well, we're just going to disable them for now, but there you go
-----------------------------------------------------------------------
Summary of changes:
FS/FS/part_export/cardfortress.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list