Explorar el Código

Merge pull request #413 from Shopify/add-access-scope

Add Access Scope
Ayron Little hace 7 años
padre
commit
02bc44dc76
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      lib/shopify_api/resources/access_scope.rb

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

@@ -0,0 +1,5 @@
+module ShopifyAPI
+  class AccessScope < Base
+    self.prefix = '/admin/oauth/'
+  end
+end