Skip to content

Commit

Permalink
Fix customer address all not returning repsonse
Browse files Browse the repository at this point in the history
  • Loading branch information
mllemango committed Aug 30, 2023
1 parent e2bd531 commit 4ffaab1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/shopify_api/rest/resources/2023_07/customer_address.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,13 @@ def json_body_name()
"address"
end

sig do
override.returns(T::Array[String])
end
def json_response_body_names()
["address", "customer_address"]
end

sig do
params(
id: T.any(Integer, String),
Expand Down

0 comments on commit 4ffaab1

Please sign in to comment.