order
This commit is contained in:
parent
cc04ea6917
commit
d25bd0e35f
|
|
@ -21,6 +21,7 @@ class WishListResource extends JsonResource
|
|||
'created_at' => $this->created_at,
|
||||
'updated_at' => $this->updated_at,
|
||||
'old_price' => (double) core()->convertPrice($this->price),
|
||||
'old_price_formatted' => (double) core()->currency($this->price),
|
||||
];
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue