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

house_number contains card number #17

Open
jorenvanhee opened this issue Jan 10, 2017 · 1 comment
Open

house_number contains card number #17

jorenvanhee opened this issue Jan 10, 2017 · 1 comment

Comments

@jorenvanhee
Copy link
Contributor

The house_number in the customer data is wrong. It contains the card number. I don't think this can be solved because the credit card doesn't have the house number separately. It's in an address line. I used var1 as a workaround.

/* Omnipay\MultiSafepay\Message/RestPurchaseRequest.php */
/* ... */
'first_name'        => $this->getCard()->getFirstName(),
'house_number'      => $this->getVar1(),
'last_name'         => $this->getCard()->getLastName(),
/* ... */
@delatbabel
Copy link
Contributor

That might work -- can you submit a PR?

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

2 participants