Jump to content
  • 0

Donations not going through with Flux


michaelsoftman

Question


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  410
  • Reputation:   29
  • Joined:  04/04/12
  • Last Seen:  

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 by michaelsoftman
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

×
×
  • Create New...