Skip to content

Commit

Permalink
going places
Browse files Browse the repository at this point in the history
  • Loading branch information
colinxfleming committed Oct 4, 2024
1 parent 3e6139c commit 56d6928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/patients_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def fetch_pledge
encrypted_payload = { encrypted: encrypt_payload(payload.to_json) }
result = HTTParty.post(endpoint, body: encrypted_payload, headers: {}, basic_auth: basic_auth)

puts result.content
puts result.body

if result.ok?
now = Time.zone.now.strftime('%Y%m%d')
Expand Down

0 comments on commit 56d6928

Please sign in to comment.