diff options
| author | Mark Wells <mark@freeside.biz> | 2013-04-25 14:45:49 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2013-04-25 14:46:10 -0700 |
| commit | a1a0800de7c69fe5ee414b79e408ceacd4a1c2c3 (patch) | |
| tree | 92589a379a7bd3925139779ad0b0d5cd55df6152 /fs_selfservice/FS-SelfService/cgi/make_thirdparty_payment.html | |
| parent | f3e0ac2b009c4edd5692cb587ff709dac2223ebe (diff) | |
changes to support PayPal, #22395
Diffstat (limited to 'fs_selfservice/FS-SelfService/cgi/make_thirdparty_payment.html')
| -rwxr-xr-x | fs_selfservice/FS-SelfService/cgi/make_thirdparty_payment.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/make_thirdparty_payment.html b/fs_selfservice/FS-SelfService/cgi/make_thirdparty_payment.html index b5b9eea1f..59ee93b00 100755 --- a/fs_selfservice/FS-SelfService/cgi/make_thirdparty_payment.html +++ b/fs_selfservice/FS-SelfService/cgi/make_thirdparty_payment.html @@ -8,7 +8,7 @@ onSubmit="document.OneTrueForm.process.disabled=true"> <INPUT TYPE="hidden" NAME="session" VALUE="<%=$session_id%>"> <INPUT TYPE="hidden" NAME="action" VALUE="post_thirdparty_payment"> <INPUT TYPE="hidden" NAME="payby_method" VALUE="<%= -$cgi->param('payby_method') =~ /(CC|ECHECK)/; +$cgi->param('payby_method') =~ /(CC|ECHECK|PAYPAL)/; $1 %>"> <TABLE BGCOLOR="#cccccc"> <TR> |
