Voucherify - New promotion voucher (PROM150%) setup

This commit is contained in:
Dillon Ngo
2024-08-25 12:43:33 +08:00
parent 834c65ccea
commit b7fd252bf0
14 changed files with 136 additions and 49 deletions
+1
View File
@@ -30,6 +30,7 @@ class VoucherResource extends JsonResource
return [
'id' => $this->id,
'name' => $this->name,
'description' => $this->description,
'code' => $this->code,
'type' => $this->type,
'value' => (float) $this->value,