WIP
This commit is contained in:
@@ -382,13 +382,12 @@ class NovaVisaMasterPaymentOrder extends Resource
|
|||||||
$order = $this->resource;
|
$order = $this->resource;
|
||||||
|
|
||||||
if (in_array($order->status, [
|
if (in_array($order->status, [
|
||||||
OrderRepo::PENDING,
|
OrderRepo::COMPLETED,
|
||||||
OrderRepo::CANCELLED,
|
|
||||||
])) {
|
])) {
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return false;
|
||||||
}),
|
}),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user