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 8f8e677 commit 6ad3148Copy full SHA for 6ad3148
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