Skip to content

Commit 100f0e3

Browse files
MC-41598: Add PP PayLater component to Checkout page
- minor code changes
1 parent 7213e06 commit 100f0e3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

app/code/Magento/Paypal/i18n/en_US.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,4 +761,4 @@ User,User
761761
"Display pay later messaging on your site for offers like Pay in 3, which lets customers pay with 3 interest- free monthly payments. We’ll show messages on your site to promote this feature for you. You may not promote pay later offers with any other content, marketing, or materials.","Display pay later messaging on your site for offers like Pay in 3, which lets customers pay with 3 interest- free monthly payments. We’ll show messages on your site to promote this feature for you. You may not promote pay later offers with any other content, marketing, or materials."
762762
"Monochrome","Monochrome"
763763
"Grayscale","Grayscale"
764-
"Checkout Payment Page", "Checkout Payment Page"
764+
"Checkout Payment Page","Checkout Payment Page"

app/code/Magento/PaypalCaptcha/view/frontend/web/template/payment/payflowpro-form.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@
8787
</div>
8888
</div>
8989
<!-- ko if: getPayLaterEnabled() -->
90-
<!-- ko template: 'Magento_Paypal/paylater' --><!-- /ko -->
90+
<div style="padding-top: 10px">
91+
<!-- ko template: 'Magento_Paypal/paylater' --><!-- /ko -->
92+
</div>
9193
<!-- /ko -->
9294
</div>
9395
</div>

0 commit comments

Comments
 (0)