mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for client payment failures
This commit is contained in:
parent
a64dec0191
commit
7b0868ee32
@ -118,8 +118,8 @@ class ClientPaymentFailureObject
|
|||||||
'logo' => $this->company->present()->logo(),
|
'logo' => $this->company->present()->logo(),
|
||||||
'settings' => $this->client->getMergedSettings(),
|
'settings' => $this->client->getMergedSettings(),
|
||||||
'whitelabel' => $this->company->account->isPaid() ? true : false,
|
'whitelabel' => $this->company->account->isPaid() ? true : false,
|
||||||
'view_link' => $html_variables['$payment_link'],
|
'url' => $this->invoices->first()->invitations->first()->getPaymentLink(),
|
||||||
'button' => $html_variables['$payment_button'],
|
'button' => 'texts.pay_now',
|
||||||
'additional_info' => false,
|
'additional_info' => false,
|
||||||
'company' => $this->company,
|
'company' => $this->company,
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user