Skip to content

Commit 086f0f7

Browse files
committed
ACP2E-3028: Paylater message not showing in PDP for Canadian paypal merchant account
1 parent af08cdc commit 086f0f7

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Paypal/view/frontend/web/js/view

1 file changed

+1
-1
lines changed

app/code/Magento/Paypal/view/frontend/web/js/view/paylater.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ define([
5252
this.buyerCountry = buyerCountry().code;
5353

5454
if (!this.buyerCountry) {
55-
return this.attributes['data-pp-placement'] = null;
55+
this.attributes['data-pp-placement'] = null;
5656
}
5757

5858
this._super()

0 commit comments

Comments
 (0)