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

Adyen Paypal missed paymentStatus value #136

Open
serhii-petrychenko-vaimo opened this issue Oct 16, 2024 · 0 comments
Open

Adyen Paypal missed paymentStatus value #136

serhii-petrychenko-vaimo opened this issue Oct 16, 2024 · 0 comments

Comments

@serhii-petrychenko-vaimo

In some cases, the value $result['payment'][0]['paypal']['paymentStatus'] is not defined, which leads to sending a Forter API request with a value null what is led to issues in making decisions.

if (isset($notificationAdditionalData['paypalPaymentStatus'])) {

Could you use default the value from $payment->getAdditionalInformation() as the default payment status?

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