BlackStonedLover / fluxcp

Automatically exported from code.google.com/p/fluxcp
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Paypal IPN URI is hard-coded #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I changed my 'PayPalIpnUrl' to "www.sandbox.paypal.com" but the form still
posted to "www.paypal.com".  I have fixed this in my own working copy by
changing:

(data/paypal/button.php - line 14):

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">

to:

<form action="https://<?php print
Flux::config('PayPalIpnUrl');?>/cgi-bin/webscr" method="post">

Original issue reported on code.google.com by Infamous...@gmail.com on 25 Sep 2008 at 4:18

GoogleCodeExporter commented 8 years ago
You're right.

Thank you, this has been corrected in r425.

Original comment by shugoten...@gmail.com on 25 Sep 2008 at 5:09

GoogleCodeExporter commented 8 years ago

Original comment by shugoten...@gmail.com on 25 Sep 2008 at 5:09