Skip to content

Commit b8b5964

Browse files
committed
Merge remote-tracking branch 'origin/AC-1224' into gl_pr_paypal_nov11_2021
2 parents b2d983c + 44d0cd2 commit b8b5964

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)