Jump to content
  • 0

Donations not going through with Flux


Question

Posted (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 by michaelsoftman

0 answers to this question

Recommended Posts

There have been no answers to this question yet

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...