Skip to content

Commit

Permalink
Also complete on 'complete' status (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jade-GG authored Oct 20, 2023
1 parent a0fa08e commit 0787bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/MSPPending.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}
magento.get(`/multisafepay/orders/${orderId}/${token}`).then(response => {
if(['processing', 'success'].includes(response.data?.status)) {
if(['processing', 'success', 'complete'].includes(response.data?.status)) {
this.completed = true;
this.order = {
increment_id: orderId,
Expand Down

0 comments on commit 0787bd7

Please sign in to comment.