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