thephpleague / omnipay-pin

Pin Payments driver for the Omnipay PHP payment processing library
MIT License
12 stars 14 forks source link

Update PurchaseRequest.php #10

Closed jordanhenderson closed 8 years ago

jordanhenderson commented 9 years ago

Create $data before setting email. Email was not being passed to gateway.

delatbabel commented 9 years ago

This looks like a reasonably important bug fix. I hadn't even noticed that this was an issue.

Kayla -- this and a few other PRs for this package are oustanding, can we can some activity on them please?

Mesuva commented 9 years ago

I was just about to do a pull request for this issue, but found that this was already here.

Without this fix I don't believe transactions can take place, requests will never validate. So this is a critical fix, package is effectively broken without this. (!!)