Passed
Push — bugfix/supesc-135-easycredit-m... ( dfaa5a...b16d1b )
by
unknown
03:48
created
tests/config/Shared/config_default.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -29,6 +29,6 @@
 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[EasycreditConstants::SUCCESS_URL] = $config[ApplicationConstants::BASE_URL_YVES] . '/easycredit/payment/success';
33
-$config[EasycreditConstants::CANCELLED_URL] = $config[ApplicationConstants::BASE_URL_YVES] . '/checkout/payment';
34
-$config[EasycreditConstants::DENIED_URL] = $config[ApplicationConstants::BASE_URL_YVES] . '/checkout/payment';
32
+$config[EasycreditConstants::SUCCESS_URL] = $config[ApplicationConstants::BASE_URL_YVES].'/easycredit/payment/success';
33
+$config[EasycreditConstants::CANCELLED_URL] = $config[ApplicationConstants::BASE_URL_YVES].'/checkout/payment';
34
+$config[EasycreditConstants::DENIED_URL] = $config[ApplicationConstants::BASE_URL_YVES].'/checkout/payment';
Please login to merge, or discard this patch.