Commit a132981c authored by 王源's avatar 王源 🎧

临时排除更新shopify库存接口

parent 3b021220
...@@ -11,6 +11,6 @@ namespace Meibuyu\Micro\Shopify\lib; ...@@ -11,6 +11,6 @@ namespace Meibuyu\Micro\Shopify\lib;
class InventoryItem extends AbstractShopify class InventoryItem extends AbstractShopify
{ {
protected $resourceKey = 'inventory_item'; protected $resourceKey = 'inventory_item_123';
} }
...@@ -19,7 +19,7 @@ namespace Meibuyu\Micro\Shopify\lib; ...@@ -19,7 +19,7 @@ namespace Meibuyu\Micro\Shopify\lib;
class InventoryLevel extends AbstractShopify class InventoryLevel extends AbstractShopify
{ {
protected $resourceKey = 'inventory_level'; protected $resourceKey = 'inventory_level_123';
protected $customPostActions = [ protected $customPostActions = [
'adjust', 'adjust',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment