After performing a payment with Paypal, I get the following Error Report (by mail).
nBill does not find the Pending Order which is perfectly normal since I set "Pending Until Paid?" to "No" on my Order Form.
My "IPN URL" on Paypal Payment Gateway is:
[NBILL_FE_PAGE_PREFIX]&action=gateway&task=ipn&gateway=paypal(maybe this can just be emptied to prevent error to occur, since I think I don't need the notification?).
Commande en attente dont l'ID est '72' n'a pas ?t ? trouv ?e (pending order ID: , Montant: EUR 47.88, Site: http://[removed], REQUEST: Array
(
[option] => com_nbill
[action] => gateway
[task] => ipn
[gateway] => paypal
[mc_gross] => 47.88
[protection_eligibility] => Ineligible
[snip...]
)
)
Using nBill 2.0.8
Thanks!