Skip to content

Commit

Permalink
Merge pull request #55 from p1fb/SW6-52-backend-ui-improvements
Browse files Browse the repository at this point in the history
SW6-52: Improve Backend UI
  • Loading branch information
hreinberger authored Aug 26, 2020
2 parents b30f0a0 + 4b5315e commit 79aadf2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ Component.register('payone-settings', {
'payment_payolution_installment': true,
'payment_payolution_invoicing': true,
'payment_payolution_debit': true,
'payment_eps': true,
'payment_ideal': true,
'payment_paydirekt': true,
'payment_prepayment': true,
},
};
},
Expand Down
12 changes: 8 additions & 4 deletions src/Resources/config/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/shopware/platform/master/src/Core/System/SystemConfig/Schema/config.xsd">

<card>
<title>Basic configuration</title>
<title>Basic Configuration</title>
<title lang="de-DE">Grundeinstellungen</title>

<name>basic_configuration</name>
Expand Down Expand Up @@ -201,6 +201,7 @@

<card>
<title>Prepayment</title>
<title lang="de-DE">Vorkasse</title>

<name>payment_prepayment</name>

Expand Down Expand Up @@ -559,7 +560,8 @@
</card>

<card>
<title>Payolution Installment</title>
<title>Paysafe Pay Later Installment</title>
<title lang="de-DE">Paysafe Pay Later Ratenzahlung</title>

<name>payment_payolution_installment</name>

Expand Down Expand Up @@ -637,7 +639,8 @@
</card>

<card>
<title>Payolution Invoicing</title>
<title>Paysafe Pay Later Invoicing</title>
<title lang="de-DE">Paysafe Pay Later Rechnung</title>

<name>payment_payolution_invoicing</name>

Expand Down Expand Up @@ -721,7 +724,8 @@
</card>

<card>
<title>Payolution Debit</title>
<title>Paysafe Pay Later Debit</title>
<title lang="de-DE">Paysafe Pay Later Lastschrift</title>

<name>payment_payolution_debit</name>

Expand Down
2 changes: 1 addition & 1 deletion src/Resources/public/administration/js/payone-payment.js

Large diffs are not rendered by default.

0 comments on commit 79aadf2

Please sign in to comment.