Skip to content

Commit

Permalink
Add mention of payment conf. to bank transfer (#888)
Browse files Browse the repository at this point in the history
https://eaflood.atlassian.net/browse/RUBY-1141
https://eaflood.atlassian.net/browse/RUBY-1137

Specifically, we now state that you won't receive one if you choose to pay by bank transfer.
  • Loading branch information
Cruikshanks committed Jul 15, 2020
1 parent 5b79ca3 commit 794b596
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<%= t(".paragraph_2") %>
</p>

<p>
<%= t(".paragraph_3") %>
</p>

<p>
<%= link_to(t(".link_text"),
back_confirm_bank_transfer_forms_path(@confirm_bank_transfer_form.token)) %>
Expand Down
3 changes: 2 additions & 1 deletion config/locales/forms/confirm_bank_transfer_forms/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ en:
title: Pay by bank transfer
heading: Registration takes longer if you pay by bank transfer
paragraph_1: "In order to pay by bank transfer, you will need to follow the instructions on the next screen and email us to confirm payment. This will take approximately 5 working days."
paragraph_2: "In most cases we can provide instant confirmation if you pay by card."
paragraph_2: "We do not send a payment confirmation if you pay by bank transfer."
paragraph_3: "In most cases we can provide instant confirmation if you pay by card."
link_text: "Go back to pay by credit or debit card instead"
next_button: "Confirm you’ll pay by bank transfer"

0 comments on commit 794b596

Please sign in to comment.