Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

17382 - Update the Wording based on PAD Receipts #1281

Merged
merged 1 commit into from
Oct 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions report-api/report-templates/payment_receipt.html
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@
</td>
<td class="r-heading">
{% if paymentMethod in ('PAD','EJV') and not receiptNumber %}
<div class="r-title">Payment<br /> Authorization</div>
<div class="r-title">Payment<br /> Pending</div>
{% else %}
<div class="r-title">Receipt</div>
{% endif %}
Expand Down Expand Up @@ -612,14 +612,8 @@
This payment is pending
</div>
<div class="receipt-pending-message">
<p>The payment status of invoice {{ invoiceNumber if invoiceNumber else '' }} is pending. It will take
approximately<strong> 1-2 business days </strong> for the
payment to be received after the filling date. The receipt will be generated when the payment is
<p>The payment status of invoice {{ invoiceNumber if invoiceNumber else '' }} is pending. The receipt will be generated when the payment is
processed.</p>
<p>* Any payment dishonoured by the payor’s financial institution may result in a dishonoured banking
instrument
service fee.If paid by pre-authorized debit, please monitor your pre-authorized debit account balance
availability. </p>
</div>
<div class="bottom-row-line" />
</td>
Expand Down
Loading