Преглед на файлове

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