Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass some kind of $paymentProcessor param to nz_co_fuzion_Flo2CashDonateIPN::singleton() #1

Open
xurizaemon opened this issue Oct 4, 2013 · 1 comment

Comments

@xurizaemon
Copy link
Contributor

nz_co_fuzion_Flo2CashDonateIPN::singleton() needs to call nz_co_fuzion_Flo2CashDonate::construct()

nz_co_fuzion_Flo2CashDonate::construct() wants a second $paymentProcessor parameter

nz_co_fuzion_Flo2CashDonateIPN::singleton() doesn't know what to give (or maybe it does, via $_GET / $_POST?)

xurizaemon pushed a commit that referenced this issue Oct 4, 2013
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.
@xurizaemon
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant