mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-30 09:53:58 +00:00
Update: Vue 2 to Vue 3 with Typescript, node 14 to node 22, Jenkinsfile, Dockerfile, vapor.yml
This commit is contained in:
@@ -34,10 +34,10 @@ class PaymentTransactionResource extends JsonResource
|
||||
$booking_marking = '';
|
||||
switch ($this->owner_type) {
|
||||
case Booking::class:
|
||||
$booking_marking = $booking->marking;
|
||||
$booking_marking = $booking->marking ?? "";
|
||||
break;
|
||||
case Wallet::class:
|
||||
$booking_marking = $this->booking->marking;
|
||||
$booking_marking = $this->booking->marking ?? "";
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user