mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
Quick fix
This commit is contained in:
@@ -147,7 +147,7 @@ class TransactionWithStorageResource extends JsonResource
|
|||||||
}
|
}
|
||||||
|
|
||||||
private function getReferenceForGroupPayment($groups){
|
private function getReferenceForGroupPayment($groups){
|
||||||
if(count($groups)){
|
if (is_array($groups) && count($groups) > 0) {
|
||||||
$firstGroup = $groups[0];
|
$firstGroup = $groups[0];
|
||||||
return $firstGroup['reference'];
|
return $firstGroup['reference'];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user