Skip to content

Commit 44d0cd2

Browse files
committed
AC-1224::PayLater advertising(Admin UI) position text change to Under PayPal Checkout buttons
1 parent 60637c2 commit 44d0cd2

File tree

1 file changed

+3
-3
lines changed
  • app/code/Magento/Paypal/Model/System/Config/Source/PayLater

1 file changed

+3
-3
lines changed

app/code/Magento/Paypal/Model/System/Config/Source/PayLater/Position.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)