Skip to content

Commit

Permalink
feat: change how ivy is seen in the checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
simontjw committed Jul 1, 2024
1 parent 21de548 commit bb30234
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
4 changes: 1 addition & 3 deletions src/Resources/snippet/storefront/ivypayment.de-DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"checkout": {
"title": "Bezahle mit deiner Bank",
"paymentMethodText": "Ivy - Kostenlos Bäume pflanzen"
"paymentMethodText": "Banküberweisung"
},
"express": {
"session": {
Expand All @@ -17,5 +17,3 @@
}
}
}


2 changes: 1 addition & 1 deletion src/Resources/snippet/storefront/ivypayment.en-GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"checkout": {
"title": "Pay by bank",
"paymentMethodText": "Ivy - Plant trees at no extra cost"
"paymentMethodText": "Instant Bank Payment"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
{% if payment.id is same as(selectedPaymentMethodId) %}
<template data-src="{{ page.IvyButtonUrl }}"></template>
{% endif %}
<span class="payment-method-description ivy-pay-text">{{ 'ivypaymentplugin.checkout.paymentMethodText'|trans|sw_sanitize }}</span>
<span class="ivy-pay-logo">
<img src="/bundles/wizmogmbhivypayment/static/img/logo-dark_green.svg" alt="IVY" title="IVY" class="ivy-s ivy-green">
</span>
<span style="clear:both;"></span>

{% if payment.translated.description %}
Expand Down

0 comments on commit bb30234

Please sign in to comment.