mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-24 15:04:19 +00:00
fix duplicated currency order booking for payments bug
This commit is contained in:
@@ -16,9 +16,6 @@ class TransactionResource extends JsonResource
|
||||
*/
|
||||
public function toArray($request)
|
||||
{
|
||||
if($this->booking === null) {
|
||||
dd($this->booking_id);
|
||||
}
|
||||
return [
|
||||
'id' => $this->id,
|
||||
'booking' => new BookingResource($this->booking),
|
||||
|
||||
Reference in New Issue
Block a user