You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some transactions, If they were declined we have self-closed CAPTURE_AMT tag which means It's isset but its empty.
Exception is thrown when we try to divide "" with 100.
My suggestion is to add: !empty when checking if it is isset
For some transactions, If they were declined we have self-closed CAPTURE_AMT tag which means It's isset but its empty.
Exception is thrown when we try to divide "" with 100.
My suggestion is to add: !empty when checking if it is isset
nestpay/src/NestpayApi.php
Line 345 in 80bdd6b
The text was updated successfully, but these errors were encountered: