Skip to content

Commit

Permalink
fix bug (#16381)
Browse files Browse the repository at this point in the history
Co-authored-by: khoa-v-nguyen <[email protected]>
  • Loading branch information
Khoa-V-Nguyen and Khoa-V-Nguyen authored Apr 17, 2024
1 parent 04b9ebf commit fa3f42f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def default_service
def post_data(payload: {})
endpoint = "inquiries/#{inquiry_id}/reply/new"

response = service.call(endpoint:, payload:)
response = service.call(endpoint:, method: :post, payload:)
handle_response_data(response)
end

Expand Down

0 comments on commit fa3f42f

Please sign in to comment.