diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-03-31 13:55:54 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-04-03 16:21:37 -0500 |
commit | d7c1839c14f0d37a352388b8df4086c47bedc6e5 (patch) | |
tree | 0205ce615c9a58c2e2e2833c1010779814ffbdaf /httemplate | |
parent | 881b82b9af1a264afbc98bb22adfcfb76fab74db (diff) |
#33286: Direct Debit by BillBuddy for Bank Accounts
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/edit/payment_gateway.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/edit/payment_gateway.html b/httemplate/edit/payment_gateway.html index 97976dfef..156910f51 100644 --- a/httemplate/edit/payment_gateway.html +++ b/httemplate/edit/payment_gateway.html @@ -103,6 +103,7 @@ my %modules = ( 'KeyBank', 'Paymentech', 'TD_EFT', + 'BillBuddy', ], ); |