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
Testing with PayPal, the pendingPayPal flag can be set in the response (to "yes") while the status is success. This doesn't hit the original issue use-case though.
The original problem was with the PostFinance payment type, so may be something to follow up with them. PostFinance specifically deals with offline repeat payments. The Datatrans documentation does not list any special statuses returned by PostFinance.
https://github.com/academe/omnipay-datatrans/blob/master/src/Message/AcceptNotification.php#L47
A pending transaction is returning as failed, because
isPending()
is not correctly set.The text was updated successfully, but these errors were encountered: