michaelsoftman Posted November 3, 2013 Posted November 3, 2013 (edited) Hey guys, I solved this. Here's what you have to do. In Flux, open /data/paypal/button.php You will see this line. <input type="hidden" name="notify_url" value="<?php echo $this->url('donate', 'notify', array('_host' => true)) ?>" /> Replace it with the actual URL of your site like so <input type="hidden" name="notify_url" value="http://www.YOURSITE.com/?module=donate&action=notify" /> Edited November 4, 2013 by michaelsoftman
Question
michaelsoftman
Hey guys, I solved this.
Here's what you have to do. In Flux, open /data/paypal/button.php
You will see this line.
Replace it with the actual URL of your site like so
0 answers to this question
Recommended Posts