michaelsoftman Posted November 3, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 410 Reputation: 29 Joined: 04/04/12 Last Seen: November 28, 2024 Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
0 answers to this question
Recommended Posts