Selaa lähdekoodia

Added new resource for checkout

Carson Reinke 12 vuotta sitten
vanhempi
commit
a5c0aed1fe
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  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