mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for markdown displaying in client portal
This commit is contained in:
parent
658f82c171
commit
25a6b7b4f6
@ -168,10 +168,10 @@ class CreateEntityPdf implements ShouldQueue
|
|||||||
]),
|
]),
|
||||||
'variables' => $variables,
|
'variables' => $variables,
|
||||||
'options' => [
|
'options' => [
|
||||||
'all_pages_header' => $this->client->getSetting('all_pages_header'),
|
'all_pages_header' => $this->entity->client->getSetting('all_pages_header'),
|
||||||
'all_pages_footer' => $this->client->getSetting('all_pages_footer'),
|
'all_pages_footer' => $this->entity->client->getSetting('all_pages_footer'),
|
||||||
],
|
],
|
||||||
'process_markdown' => $this->client->company->markdown_enabled,
|
'process_markdown' => $this->entity->client->company->markdown_enabled,
|
||||||
];
|
];
|
||||||
|
|
||||||
$maker = new PdfMakerService($state);
|
$maker = new PdfMakerService($state);
|
||||||
|
@ -149,6 +149,7 @@ class Gateway extends StaticModel
|
|||||||
GatewayType::BECS => ['refund' => true, 'token_billing' => true, 'webhooks' => ['source.chargeable', 'charge.succeeded','payment_intent.succeeded']],
|
GatewayType::BECS => ['refund' => true, 'token_billing' => true, 'webhooks' => ['source.chargeable', 'charge.succeeded','payment_intent.succeeded']],
|
||||||
GatewayType::IDEAL => ['refund' => true, 'token_billing' => true, 'webhooks' => ['source.chargeable', 'charge.succeeded','payment_intent.succeeded']],
|
GatewayType::IDEAL => ['refund' => true, 'token_billing' => true, 'webhooks' => ['source.chargeable', 'charge.succeeded','payment_intent.succeeded']],
|
||||||
GatewayType::ACSS => ['refund' => true, 'token_billing' => true, 'webhooks' => ['source.chargeable', 'charge.succeeded','payment_intent.succeeded']],
|
GatewayType::ACSS => ['refund' => true, 'token_billing' => true, 'webhooks' => ['source.chargeable', 'charge.succeeded','payment_intent.succeeded']],
|
||||||
|
GatewayType::FPX => ['refund' => true, 'token_billing' => true, 'webhooks' => ['source.chargeable', 'charge.succeeded']],
|
||||||
];
|
];
|
||||||
break;
|
break;
|
||||||
case 57:
|
case 57:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user