Saturday, 30 July 2016
  0 Replies
  2K Visits
0
Votes
Undo
I'm trying to setup PayPal ...

When I click DONATE and use PayPal. I'm getting the following error from PayPal

" PayPal does not currently support Donation Payments from buyers in JP. We apologize for any inconvenience this may cause."

Where is the setting in jGive to replace the " donate " with the "xclick" or "payment" to simulate a payment not a donation?

In jDonation, I have to do the following and it was working:

. Open the file components/com_jdonation/payments/os_paypal.php

2. Find this line of code:
$this->setParameter('cmd', '_donations');

3. Change it to:
$this->setParameter('cmd', '_xclick');


There should be something in iGive to replace the "donate" command by the "payment" instead?

Thanks