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

handleApproveImmediatly handler is not executed because of missed data in $paymentBaseAmountAuthorized #137

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

Comments

@serhii-petrychenko-vaimo
Copy link

serhii-petrychenko-vaimo commented Oct 16, 2024

During handling Forter decisions often $paymentBaseAmountAuthorized is not set because $order->getPayment()->getBaseAmountAuthorized() returns null but at the same time $order->getPayment()->getAmountAuthorized() returns valid authorized amount.

$paymentBaseAmountAuthorized = $order->getPayment()->getBaseAmountAuthorized();

Could you please check and improve the Approve Action handler?

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