diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-04-29 12:31:20 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-04-29 12:31:20 -0700 |
| commit | 22336a0eeba10b4d1a4a78801f83f7cef56a1a20 (patch) | |
| tree | 6d72adef0e02a6fbfbcba3969f2c24b6596d92e5 /httemplate/edit/process | |
| parent | a0b714142b349a36eee41a5de1e511758a382ffb (diff) | |
| parent | 00755aee33cc3ecdf3634bcc0f50f54814bfc400 (diff) | |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/edit/process')
| -rw-r--r-- | httemplate/edit/process/payment_gateway.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/edit/process/payment_gateway.html b/httemplate/edit/process/payment_gateway.html index 812c988c5..157449e89 100644 --- a/httemplate/edit/process/payment_gateway.html +++ b/httemplate/edit/process/payment_gateway.html @@ -15,6 +15,7 @@ my $args_callback = sub { my @options = split(/\r?\n/, $cgi->param('gateway_options') ); pop @options if scalar(@options) % 2 && $options[-1] =~ /^\s*$/; + @options = ( {} ) if !@options; (@options) }; |
