@@ -134,7 +134,7 @@ public function testBinlookupTestUrl()
134134 public function testBinlookupLiveUrl ()
135135 {
136136 $ client = new Client ();
137- $ client ->setEnvironment (Environment::LIVE ,"myCompany " );
137+ $ client ->setEnvironment (Environment::LIVE , "myCompany " );
138138 $ service = new Service ($ client );
139139 $ url = $ service ->createBaseUrl ("https://pal-test.adyen.com/pal/servlet/BinLookup/v54 " );
140140 self ::assertEquals ("https://myCompany-pal-live.adyenpayments.com/pal/servlet/BinLookup/v54 " , $ url );
@@ -152,7 +152,7 @@ public function testPayoutTestUrl()
152152 public function testPayoutLiveUrl ()
153153 {
154154 $ client = new Client ();
155- $ client ->setEnvironment (Environment::LIVE ,"myCompany " );
155+ $ client ->setEnvironment (Environment::LIVE , "myCompany " );
156156 $ service = new Service ($ client );
157157 $ url = $ service ->createBaseUrl ("https://pal-test.adyen.com/pal/servlet/Payout/v68 " );
158158 self ::assertEquals ("https://myCompany-pal-live.adyenpayments.com/pal/servlet/Payout/v68 " , $ url );
@@ -170,7 +170,7 @@ public function testRecurringTestUrl()
170170 public function testRecurringLiveUrl ()
171171 {
172172 $ client = new Client ();
173- $ client ->setEnvironment (Environment::LIVE ,"myCompany " );
173+ $ client ->setEnvironment (Environment::LIVE , "myCompany " );
174174 $ service = new Service ($ client );
175175 $ url = $ service ->createBaseUrl ("https://pal-test.adyen.com/pal/servlet/Recurring/v68 " );
176176 self ::assertEquals ("https://myCompany-pal-live.adyenpayments.com/pal/servlet/Recurring/v68 " , $ url );
0 commit comments