1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00

Update pay.blade.php

Remove in favor of internal method to generate comment

Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
This commit is contained in:
Kendall Arneaud 2024-07-28 19:11:17 -04:00 committed by GitHub
parent 828946fcec
commit 3babc85a8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,6 @@
<input type="hidden" name="payment_hash" value="{{ $payment_hash }}">
<input type="hidden" name="frequency" value="Once">
<input type="hidden" name="installments" value="1">
<input type="hidden" name="comment" value="{{ ctrans('texts.activity_10_online',['invoice'=> $invoice_nums ] ) }}">
@component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.pay_with')])
@if (count($tokens) > 0)