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.
2 parents 855e294 + 6ad3148 commit 65524a8Copy full SHA for 65524a8
1 file changed
src/BigCommerce/ResourceModels/Catalog/Product/ProductBulkPricingRule.php
@@ -14,5 +14,5 @@ class ProductBulkPricingRule extends ResourceModel
14
public int $quantity_min;
15
public int $quantity_max;
16
public string $type;
17
- public int $amount;
+ public float $amount;
18
}
0 commit comments