fix billplz bill status

This commit is contained in:
Omair Saleh
2022-12-13 10:54:46 +08:00
parent 5c5505174a
commit d7328bafdc
+3
View File
@@ -606,6 +606,9 @@ Route::get('/billplz/fix', function(){
if($response->successful()){
$data = $response->json();
$invoice = $payment->owner;
if(!$invoice){
dd($payment);
}
$packingList = $invoice->owner;
$order = $packingList->owner;