We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31da92e commit 8e0a55aCopy full SHA for 8e0a55a
lib/square/connect/api/items.rb
@@ -14,6 +14,7 @@ module Items
14
# @raise [Square::Error::Unauthorized] Error raised when supplied user credentials are invalid.
15
# @return [Square::Connect::Items]
16
def items(merchant_id = 'me')
17
+ debugger
18
object_from_response(Square::Connect::Item, :get, "/#{merchant_id}/items")
19
end
20
0 commit comments