Просмотр исходного кода

Add Metafields mixin to the Customer resource.

The ability to add metafields to Customers was recently added in Shopify.
Dylan Smith 13 лет назад
Родитель
Сommit
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