mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-19 04:23:59 +00:00
fix billplz bill status
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user