We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f096a commit ce3609eCopy full SHA for ce3609e
lib/beyond_api/resources/scopes.rb
lib/beyond_api/session.rb
@@ -13,7 +13,6 @@
13
require "beyond_api/resources/product_attribute_definitions"
14
require "beyond_api/resources/products_view"
15
require "beyond_api/resources/products"
16
-require "beyond_api/resources/scopes"
17
require "beyond_api/resources/script_tags"
18
require "beyond_api/resources/shipping_zones"
19
require "beyond_api/resources/shop"
@@ -82,10 +81,6 @@ def products
82
81
BeyondApi::Products.new(self)
83
end
84
85
- def scopes
86
- BeyondApi::Scopes.new(self)
87
- end
88
-
89
def script_tags
90
BeyondApi::ScriptTags.new(self)
91
0 commit comments