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
2121 {
2222 return [
2323 'header ' => __ ('Header (center) ' ),
24- 'near_pp_button ' => __ ('Near PayPal Credit checkout button ' )
24+ 'near_pp_button ' => __ ('Under PayPal Checkout buttons ' )
2525 ];
2626 }
2727
@@ -46,7 +46,7 @@ public function getPositionsHP(): array
4646 public function getPositionsCheckout (): array
4747 {
4848 return [
49- 'near_pp_button ' => __ ('Near PayPal Credit checkout button ' )
49+ 'near_pp_button ' => __ ('Under PayPal Checkout buttons ' )
5050 ];
5151 }
5252
@@ -72,7 +72,7 @@ public function getPositionsCart(): array
7272 {
7373 return [
7474 'header ' => __ ('Header (center) ' ),
75- 'near_pp_button ' => __ ('Near PayPal Credit checkout button ' )
75+ 'near_pp_button ' => __ ('Under PayPal Checkout buttons ' )
7676 ];
7777 }
7878}
You can’t perform that action at this time.
0 commit comments