Explorar o código

Add Metafields mixin to the Customer resource.

The ability to add metafields to Customers was recently added in Shopify.
Dylan Smith %!s(int64=13) %!d(string=hai) anos
pai
achega
e62452e696
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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