diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-01-19 04:59:29 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-01-19 04:59:29 -0800 |
commit | cc40c8468994941a2c5e3a2c67a3590faf588745 (patch) | |
tree | e5a13318fe18ccacd4c8e3f2f8bc03e088328850 | |
parent | bdb82505541105352ceeefb63aab40df7f25dc45 (diff) |
cardfortress merchant deletion (disabling)
-rw-r--r-- | FS/FS/part_export/cardfortress.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/cardfortress.pm b/FS/FS/part_export/cardfortress.pm index 68a1aea4e..e79205eac 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 |