Skip to content

Commit 0b2e482

Browse files
authored
Merge pull request #59 from chrisastley/patch-2
Fix PHP 8.2 dynamic variable error TierPrice.php
2 parents 79e959e + 794a404 commit 0b2e482

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Api/Data/TierPrice.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ class TierPrice
2424
/** @var string|null Null means: all websites */
2525
protected $websiteCode;
2626

27+
/** @var string|null */
28+
protected $percentageValue;
29+
2730
/** @var int */
2831
protected $websiteId = null;
2932

0 commit comments

Comments
 (0)