Browse Source

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

Add Access Scope
Ayron Little 7 năm trước cách đây
mục cha
commit
02bc44dc76
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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