Explorar o código

Add abandoned checkout resource

Emmanuel Milou %!s(int64=6) %!d(string=hai) anos
pai
achega
e3f2085526
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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