Commit 056f89f2 authored by 王源's avatar 王源 🎧

fix

parent 40744193
......@@ -11,6 +11,6 @@ namespace Meibuyu\Micro\Shopify\lib;
class InventoryItem extends AbstractShopify
{
protected $resourceKey = 'inventory_item_123';
protected $resourceKey = 'inventory_item';
}
......@@ -19,7 +19,7 @@ namespace Meibuyu\Micro\Shopify\lib;
class InventoryLevel extends AbstractShopify
{
protected $resourceKey = 'inventory_level_123';
protected $resourceKey = 'inventory_level';
protected $customPostActions = [
'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