Skip to content

Commit

Permalink
change logo display order
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinor12010 committed Oct 30, 2023
1 parent 1571f02 commit 3203dd9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions dev/src/components/payments/In3PaymentConfig.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ export default {
const url = baseUrl + '/modules/buckaroo3/views/img/buckaroo/Payment methods/SVG/';
const paymentLogoOptions = [
{
value: 'in3',
text: 'IN3',
image: url + 'In3.svg'
},
{
value: 'in3_ideal',
text: 'iDEAL In3',
image: url + 'In3_ideal.svg'
},
{
value: 'in3',
text: 'IN3',
image: url + 'In3.svg'
}
];
Expand Down
2 changes: 1 addition & 1 deletion views/css/buckaroo3.vue.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion views/js/buckaroo.vue.js

Large diffs are not rendered by default.

0 comments on commit 3203dd9

Please sign in to comment.