|
@@ -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.