diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2017-01-30 16:44:02 -0600 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2017-01-30 16:44:02 -0600 |
commit | 01c2f31cf80bc89cc28d0ac7b99e3ab731431ff2 (patch) | |
tree | a230dfdd7106f8642f989481ef42ae536acb4ab8 | |
parent | 5a72115c1e8d32028cb4e611ecfbd4b2c05817d6 (diff) |
74355: freeside-upgrade error N/A (tokenized) [payinfo_check return bug fix, already on 71513 project branch]
-rw-r--r-- | FS/FS/payinfo_Mixin.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/payinfo_Mixin.pm b/FS/FS/payinfo_Mixin.pm index bca0878a2..b30ea35a1 100644 --- a/FS/FS/payinfo_Mixin.pm +++ b/FS/FS/payinfo_Mixin.pm @@ -238,6 +238,7 @@ sub payinfo_check { } } + return ''; } =item payby_payinfo_pretty [ LOCALE ] |