浏览代码

Add Metafields mixin to the Customer resource.

The ability to add metafields to Customers was recently added in Shopify.
Dylan Smith 13 年之前
父节点
当前提交
e62452e696
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lib/shopify_api/resources/customer.rb

+ 1 - 0
lib/shopify_api/resources/customer.rb

@@ -1,4 +1,5 @@
 module ShopifyAPI
   class Customer < Base
+    include Metafields
   end
 end