Release 6.1.11

This commit is contained in:
Drew Rowan
2025-02-04 16:20:37 +01:00
parent c8acf18146
commit 350057e327
12 changed files with 122 additions and 53 deletions
@@ -41,13 +41,13 @@ Component.register('sw-vrpayment-options', {
computed: {
integrationOptions() {
return [
{
id: 'iframe',
name: this.$tc('vrpayment-settings.settingForm.options.integration.options.iframe')
},
{
id: 'payment_page',
name: this.$tc('vrpayment-settings.settingForm.options.integration.options.payment_page')
},
{
id: 'iframe',
name: this.$tc('vrpayment-settings.settingForm.options.integration.options.iframe')
}
];
}
@@ -41,7 +41,7 @@ Component.register('vrpayment-settings', {
isSetDefaultPaymentSuccessful: false,
isSettingDefaultPaymentMethods: false,
configIntegrationDefaultValue: 'iframe',
configIntegrationDefaultValue: 'payment_page',
configEmailEnabledDefaultValue: true,
configLineItemConsistencyEnabledDefaultValue: true,
configStorefrontInvoiceDownloadEnabledEnabledDefaultValue: true,
@@ -27,6 +27,13 @@
<argument type="service" id="service_container"/>
<argument type="service" id="Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\MediaSerializer"/>
<argument type="service" id="Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\SerializerRegistry"/>
<argument type="service" id="sales_channel_payment_method.repository"/>
<argument type="service" id="payment_method.repository"/>
<argument type="service" id="media.repository"/>
<argument type="service" id="media_folder.repository"/>
<argument type="service" id="media_default_folder.repository"/>
<argument type="service" id="rule.repository"/>
<argument type="service" id="vrpayment_payment_method_configuration.repository"/>
<call method="setLogger">
<argument type="service" id="monolog.logger.vrpayment_payment"/>
</call>
File diff suppressed because one or more lines are too long