Skip to content

Commit

Permalink
Refactor: Update phone number for contact. (#7360)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauloiankoski authored Apr 24, 2024
1 parent c38700e commit 05122fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/PaymentGateways/PayPalCommerce/AdminSettingFields.php
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ private function isCountryInNorthAmerica(): bool
/**
* Return admin guidance notice to fix PayPal on boarding error.
*
* @unreleased Updated phone number for contact
* @since 2.9.6
*
* @param bool $completeMessage
Expand All @@ -248,7 +249,7 @@ public function getAdminGuidanceNotice($completeMessage = true)
if ($this->isCountryInNorthAmerica()) {
$telephone = sprintf(
'<a href="tel:%1$s">%1$s</a>',
'1-888-221-1161'
'1-888-350-2387'
);

$message = sprintf(
Expand Down

0 comments on commit 05122fb

Please sign in to comment.