Skip to content

Commit

Permalink
Added debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
aldodelgado committed Jan 3, 2015
1 parent 31da92e commit 8e0a55a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/square/connect/api/items.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module Items
# @raise [Square::Error::Unauthorized] Error raised when supplied user credentials are invalid.
# @return [Square::Connect::Items]
def items(merchant_id = 'me')
debugger
object_from_response(Square::Connect::Item, :get, "/#{merchant_id}/items")
end
end
Expand Down

0 comments on commit 8e0a55a

Please sign in to comment.