You are a developer and looking for Shopware projects?
Apply Now!
getPaymentPaidPartiallyHtmlTemplateEn example
$this
->
getPaymentRefundedHtmlTemplateEn
(
)
,
$this
->
getPaymentRefundedPlainTemplateEn
(
)
,
$this
->
getPaymentRefundedHTMLTemplateDe
(
)
,
$this
->
getPaymentRefundedPlainTemplateDe
(
)
)
;
$this
->
updateMailTemplate
(
MailTemplateTypes::MAILTYPE_STATE_ENTER_ORDER_TRANSACTION_STATE_PAID_PARTIALLY,
$connection
,
$defaultLangId
,
$deLangId
,
$this
->
getPaymentPaidPartiallyHtmlTemplateEn
(
)
,
$this
->
getPaymentPaidPartiallyPlainTemplateEn
(
)
,
$this
->
getPaymentPaidPartiallyHTMLTemplateDe
(
)
,
$this
->
getPaymentPaidPartiallyPlainTemplateDe
(
)
)
;
}
public
function
updateDestructive
(
Connection
$connection
)
: void
{
}
private
function
updateMailTemplate
(
$this
->
getPaymentRefundedHtmlTemplateEn
(
)
,
$this
->
getPaymentRefundedPlainTemplateEn
(
)
,
$this
->
getPaymentRefundedHTMLTemplateDe
(
)
,
$this
->
getPaymentRefundedPlainTemplateDe
(
)
)
;
$this
->
updateMailTemplate
(
MailTemplateTypes::MAILTYPE_STATE_ENTER_ORDER_TRANSACTION_STATE_PAID_PARTIALLY,
$connection
,
$defaultLangId
,
$deLangId
,
$this
->
getPaymentPaidPartiallyHtmlTemplateEn
(
)
,
$this
->
getPaymentPaidPartiallyPlainTemplateEn
(
)
,
$this
->
getPaymentPaidPartiallyHTMLTemplateDe
(
)
,
$this
->
getPaymentPaidPartiallyPlainTemplateDe
(
)
)
;
}
public
function
updateDestructive
(
Connection
$connection
)
: void
{
}
private
function
fetchLanguageId
(
string
$code
, Connection
$connection
)
: ?string
{