mirror of
https://github.com/vr-payment/shopware-6.git
synced 2026-06-05 03:19:49 +00:00
Release 6.1.11
This commit is contained in:
+4
-4
@@ -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')
|
||||
}
|
||||
];
|
||||
}
|
||||
|
||||
+1
-1
@@ -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
Reference in New Issue
Block a user