Skip to content

Commit

Permalink
Change Codestyle & Version
Browse files Browse the repository at this point in the history
  • Loading branch information
mariolorenz committed Dec 7, 2023
1 parent d21d1a7 commit 2314802
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"giggsey/libphonenumber-for-php": "^8.12",
"viison/address-splitter": "^0.3.4",
"webmozart/path-util": "^2.3.0",
"oxid-solution-catalysts/paypal-client": "v3.0.8"
"oxid-solution-catalysts/paypal-client": "v3.0.9"
},
"require-dev": {
"codeception/module-rest": "^3.3.0",
Expand Down
3 changes: 2 additions & 1 deletion src/Controller/Admin/PayPalConfigController.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ private function buildSignUpLink(
$countryCode = strtoupper($lang->getLanguageAbbr());
$localeCode = $lang->getLanguageAbbr() . '-' . $countryCode;

$partnerLogoUrl = Registry::getConfig()->getOutUrl(null, true) . 'modules/' . Module::MODULE_ID. '/img/oxid_logo.png';
$partnerLogoUrl = Registry::getConfig()->getOutUrl(null, true)
. 'modules/' . Module::MODULE_ID . '/img/oxid_logo.png';
$returnToPartnerUrl = $config->getAdminUrlForJSCalls() .
'cl=oscpaypalconfig&fnc=returnFromSignup' .
'&isSandbox=' . ($isSandbox ? '1' : '0')
Expand Down

0 comments on commit 2314802

Please sign in to comment.