show order reference on payment verification component

This commit is contained in:
Omair Saleh
2022-09-30 15:52:21 +08:00
parent 6268cdd21f
commit 17edf59b57
+1 -1
View File
@@ -20,7 +20,7 @@ class TransactionResource extends JsonResource
*/
public function toArray($request)
{
dd( ($this->owner instanceof Transaction) ? $this->owner->owner : $this->owner);
return [
'id' => $this->id,