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

Forter adyen support #15

Merged
merged 10 commits into from
Aug 19, 2020
Merged

Forter adyen support #15

merged 10 commits into from
Aug 19, 2020

Conversation

zachGirit
Copy link
Collaborator

No description provided.

$cardDetails = $this->paymentMethods->preferCcDetails($payment);
}

if (array_key_exists("expirationMonth", $cardDetails) || array_key_exists("expirationYear", $cardDetails) || array_key_exists("lastFourDigits", $cardDetails)) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if method is paypal, $cardDetails will not exist (variable not defined) - will it break?

@alexandrefarber2 alexandrefarber2 merged commit 7dbfbe7 into master Aug 19, 2020
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

Successfully merging this pull request may close these issues.

None yet

2 participants