Explorar el Código

Add abandoned checkout resource

Emmanuel Milou hace 6 años
padre
commit
e3f2085526
Se han modificado 1 ficheros con 5 adiciones y 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