We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e54dbe8 commit 9d1b9ceCopy full SHA for 9d1b9ce
1 file changed
src/Models/Vouchers/Promotion.php
@@ -79,7 +79,8 @@ public function __construct(
79
?int $expiration_duration = null,
80
array $attributes = [],
81
?string $type = null,
82
- ?int $redemptions_per_voucher = null
+ ?int $redemptions_per_voucher = null,
83
+ ?Media $media = null
84
) {
85
$this->uuid = $uuid;
86
$this->name = $name;
@@ -90,6 +91,7 @@ public function __construct(
90
91
$this->attributes = $attributes;
92
$this->type = $type;
93
$this->redemptions_per_voucher = $redemptions_per_voucher;
94
+ $this->media = $media;
95
}
96
97
public function getName(): string
0 commit comments