Ver código fonte

Add abandoned checkout resource

Emmanuel Milou 6 anos atrás
pai
commit
e3f2085526
1 arquivos alterados com 5 adições e 0 exclusões
  1. 5 0
      lib/shopify_api/resources/abandoned_checkout.rb

+ 5 - 0
lib/shopify_api/resources/abandoned_checkout.rb

@@ -0,0 +1,5 @@
+module ShopifyAPI
+  class AbandonedCheckout < Base
+    init_prefix :checkout
+  end
+end