Skip to content

Commit 114e04e

Browse files
committed
Code formatting
1 parent 2072754 commit 114e04e

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

src/Adyen/Service.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,14 +141,14 @@ public function createBaseUrl(string $url): string
141141
"https://checkout-test.adyen.com/",
142142
"https://" . $config->get('prefix') . '-checkout-live.adyenpayments.com/',
143143
$url
144-
);
144+
);
145145
} else {
146146
// Other services: inject the live prefix like "https://{PREFIX}-"
147147
$url = str_replace(
148148
"https://checkout-test.adyen.com/",
149149
"https://" . $config->get('prefix') . '-checkout-live.adyenpayments.com/checkout/',
150150
$url
151-
);
151+
);
152152
}
153153
}
154154

tests/Unit/ClientTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ public function testCreateWithLivePrefix(): void
3535
"https://terminal-api-live.adyen.com",
3636
$client->getConfig()->get('endpointTerminalCloud')
3737
);
38-
3938
}
4039

4140
public function testCreateWithInvalidPrefix(): void
@@ -47,5 +46,4 @@ public function testCreateWithInvalidPrefix(): void
4746
$client->setEnvironment("Invalid");
4847
$client->setXApiKey("MockAPIKey");
4948
}
50-
5149
}

tests/Unit/PosMobileApiTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,4 @@ public static function posMobileApiProvider()
4545
array('tests/Resources/PosMobileApp/create-auth-session.json', 200),
4646
);
4747
}
48-
4948
}

0 commit comments

Comments
 (0)