1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00

Updates for smooth

This commit is contained in:
David Bomba 2024-10-06 19:24:51 +11:00
parent 712aca8339
commit 3c1e8f8488

View File

@ -516,7 +516,7 @@ class CompanySettings extends BaseSettings
public $quote_late_fee_amount1 = 0;
public $quote_late_fee_percent1 = 0;
public string $payment_flow = 'default'; //smooth
public string $payment_flow = 'smooth'; //smooth
public string $email_subject_payment_failed = '';
public string $email_template_payment_failed = '';