You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide Donation ID in IPN (it should be in $_POST anyway, but it was omitted for one client using F2C Donate, so we include it ourselves.
Provide an empty array for nz_co_fuzion_Flo2CashDonate::construct() to avoid a fatal error, at least.
Q here really is, can we pull a meaningful enough $paymentProcessor out of the data available at IPN time. I expect we can. But not going to assess that today.
nz_co_fuzion_Flo2CashDonateIPN::singleton()
needs to callnz_co_fuzion_Flo2CashDonate::construct()
nz_co_fuzion_Flo2CashDonate::construct()
wants a second$paymentProcessor
parameternz_co_fuzion_Flo2CashDonateIPN::singleton()
doesn't know what to give (or maybe it does, via $_GET / $_POST?)The text was updated successfully, but these errors were encountered: