Passed
Push — bugfix/supesc-135-easycredit-m... ( b16d1b...cd308c )
by
unknown
03:31
created
tests/config/Shared/config_default.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
 $config[EasycreditConstants::SHOP_IDENTIFIER] = '';
30 30
 $config[EasycreditConstants::SHOP_TOKEN] = '';
31 31
 $config[EasycreditConstants::API_URL] = 'https://ratenkauf.easycredit.de/ratenkauf-ws/rest/v2';
32
-$config[ApplicationConstants::BASE_URL_YVES]='http://yves.de.spryker.local/';
33
-$config[EasycreditConstants::SUCCESS_URL] = $config[ApplicationConstants::BASE_URL_YVES] . '/easycredit/payment/success';
34
-$config[EasycreditConstants::CANCELLED_URL] = $config[ApplicationConstants::BASE_URL_YVES] . '/checkout/payment';
35
-$config[EasycreditConstants::DENIED_URL] = $config[ApplicationConstants::BASE_URL_YVES] . '/checkout/payment';
32
+$config[ApplicationConstants::BASE_URL_YVES] = 'http://yves.de.spryker.local/';
33
+$config[EasycreditConstants::SUCCESS_URL] = $config[ApplicationConstants::BASE_URL_YVES].'/easycredit/payment/success';
34
+$config[EasycreditConstants::CANCELLED_URL] = $config[ApplicationConstants::BASE_URL_YVES].'/checkout/payment';
35
+$config[EasycreditConstants::DENIED_URL] = $config[ApplicationConstants::BASE_URL_YVES].'/checkout/payment';
Please login to merge, or discard this patch.