Skip to content

Commit

Permalink
Merge branch 'bugfix/redirect-customer-to-success-when-order-is-shipp…
Browse files Browse the repository at this point in the history
…ing' into release-week-31
  • Loading branch information
michielgerritsen committed Aug 7, 2024
2 parents ae94d16 + 5cfabb4 commit ba5a27e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Service/Mollie/GetMollieStatusResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public function shouldRedirectToSuccessPage(): bool
'pending',
'paid',
'authorized',
'shipping', // When having free or virtual products orders might go into shipping status real quick
'completed', // Completed is mainly to support digital products
]);
}
Expand Down

0 comments on commit ba5a27e

Please sign in to comment.