@@ -30,6 +30,6 @@ |
||
30 | 30 | $config[EasycreditConstants::SHOP_TOKEN] = ''; |
31 | 31 | $config[EasycreditConstants::API_URL] = 'https://ratenkauf.easycredit.de/ratenkauf-ws/rest/v2'; |
32 | 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'; |
|
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'; |