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
Currently the refund process for Sofort is complicated because they don't allow refunds for three days, and until then you can't send a refund request because it'll be denied, so we make a note in the Solidus admin to refund manually.
However when cancelling the order in Solidus it makes the payment void. When the refund is made in Adyen, they still send a notification back which then attempts to process, leading to errors such as:
Cannot transition state via :complete from :void (Reason(s): State cannot transition via "complete")
I guess it should just not try to process such notifications, because the work is already done.
The text was updated successfully, but these errors were encountered:
Currently the refund process for Sofort is complicated because they don't allow refunds for three days, and until then you can't send a refund request because it'll be denied, so we make a note in the Solidus admin to refund manually.
However when cancelling the order in Solidus it makes the payment void. When the refund is made in Adyen, they still send a notification back which then attempts to process, leading to errors such as:
I guess it should just not try to process such notifications, because the work is already done.
The text was updated successfully, but these errors were encountered: