File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Paypal/Model/System/Config/Source/PayLater Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public function getPositionsCPP(): array
21
21
{
22
22
return [
23
23
'header ' => __ ('Header (center) ' ),
24
- 'near_pp_button ' => __ ('Near PayPal Credit checkout button ' )
24
+ 'near_pp_button ' => __ ('Under PayPal Checkout buttons ' )
25
25
];
26
26
}
27
27
@@ -46,7 +46,7 @@ public function getPositionsHP(): array
46
46
public function getPositionsCheckout (): array
47
47
{
48
48
return [
49
- 'near_pp_button ' => __ ('Near PayPal Credit checkout button ' )
49
+ 'near_pp_button ' => __ ('Under PayPal Checkout buttons ' )
50
50
];
51
51
}
52
52
@@ -72,7 +72,7 @@ public function getPositionsCart(): array
72
72
{
73
73
return [
74
74
'header ' => __ ('Header (center) ' ),
75
- 'near_pp_button ' => __ ('Near PayPal Credit checkout button ' )
75
+ 'near_pp_button ' => __ ('Under PayPal Checkout buttons ' )
76
76
];
77
77
}
78
78
}
You can’t perform that action at this time.
0 commit comments