Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
beingmattlevy committed Aug 19, 2024
1 parent b553b4c commit 1bdad7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/payments_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def manual_confirmation
@payment.cancel_payment_intent

# update payment with explanation.
@payment.update(explanation: 'humanly marked received', provider: :other)
@payment.update(explanation: 'Marked Received', provider: :other)

# mark payment and ticket request completed
mark_payment_completed
Expand Down

0 comments on commit 1bdad7d

Please sign in to comment.