From 6eaa205a93362d9a2adcae5cb7b378b83dc9bf88 Mon Sep 17 00:00:00 2001 From: Steffen Persch Date: Tue, 5 May 2020 12:28:31 +0200 Subject: [PATCH] price rule endpoint supports count --- lib/PriceRule.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/PriceRule.php b/lib/PriceRule.php index de08014..ab77a4e 100644 --- a/lib/PriceRule.php +++ b/lib/PriceRule.php @@ -26,11 +26,6 @@ class PriceRule extends ShopifyResource */ public $resourceKey = 'price_rule'; - /** - * @inheritDoc - */ - public $countEnabled = false; - /** * @inheritDoc */