소스 검색

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