Skip to content

Commit d51b81f

Browse files
ENGCOM-2568: [Backport] Fixed invalid knockoutjs data binding for Braintree PayPal #17236
- Merge Pull Request #17236 from tiagosampaio/magento2:2.2-develop-PR-port-17067 - Merged commits: 1. 98b5a1e
2 parents 327d9d5 + 98b5a1e commit d51b81f

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Braintree/view/frontend/web/template/payment

1 file changed

+1
-1
lines changed

app/code/Magento/Braintree/view/frontend/web/template/payment/paypal.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
data-bind="attr: {'id': getCode()}, value: getCode(), checked: isChecked, click: selectPaymentMethod, visible: isRadioButtonVisible()" />
1313
<label class="label" data-bind="attr: {'for': getCode()}">
1414
<!-- PayPal Logo -->
15-
<img data-bind="attr: {src: getPaymentAcceptanceMarkSrc(), alt: $t('Acceptance Mark')}, title: $t('Acceptance Mark')}"
15+
<img data-bind="attr: {src: getPaymentAcceptanceMarkSrc(), alt: $t('Acceptance Mark'), title: $t('Acceptance Mark')}"
1616
class="payment-icon"/>
1717
<!-- PayPal Logo -->
1818
<span text="getTitle()"></span>

0 commit comments

Comments
 (0)