diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2016-01-26 20:29:45 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2016-01-26 20:29:45 -0800 |
| commit | 11e0795cf065ab0293f383178c5f7d29c46a68e8 (patch) | |
| tree | 0264c6fa7dffc8556d735e4948b14a97d57dbc85 /FS | |
| parent | eb89710b4a83ef999c705f1251e73612badea9d2 (diff) | |
respect card-types config in backend (one-off payments), RT#39861
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/Mason.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index 65b282104..ff0baee1b 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -138,6 +138,7 @@ if ( -e $addl_handler_use_file ) { use FS::Msgcat qw(gettext geterror); use FS::Misc qw( send_email send_fax ocr_image states_hash counties cities state_label + card_types ); use FS::Misc::eps2png qw( eps2png ); use FS::Report::FCC_477; |
