Explorar el Código

Added new resource for checkout

Carson Reinke hace 12 años
padre
commit
a5c0aed1fe
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      lib/shopify_api/resources/checkout.rb

+ 4 - 0
lib/shopify_api/resources/checkout.rb

@@ -0,0 +1,4 @@
+module ShopifyAPI
+  class Checkout < Base
+  end
+end