Skip to content
This repository has been archived by the owner on Feb 4, 2019. It is now read-only.

Commit

Permalink
Merge branch 'master' into feature/te-751/master-enabling-step-3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mykola Ostrizhnii committed Jan 23, 2019
2 parents 8989aa5 + 1c163cf commit 92cde2c
Show file tree
Hide file tree
Showing 9 changed files with 1,093 additions and 1,199 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"symfony/serializer": "^2.6.13 || ^3.0.0",
"symfony/stopwatch": "^3.0.0 || ^4.0.0",
"symfony/translation": "^2.6.13 || ^3.0.0",
"symfony/twig-bridge": "^2.7.0 || ^3.0.0 || ^4.0.0",
"symfony/twig-bridge": "^3.2.0 || ^4.0.0",
"symfony/validator": "^2.6.13 || ^3.0.0",
"symfony/yaml": "^2.6.13 || ^3.0.0",
"swiftmailer/swiftmailer": "^6.1",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions config/Shared/ci/travis/config_ci.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
use Spryker\Shared\ProductManagement\ProductManagementConstants;
use Spryker\Shared\Propel\PropelConstants;
use Spryker\Shared\RabbitMq\RabbitMqEnv;
use Spryker\Shared\Ratepay\RatepayConstants;
use Spryker\Shared\Search\SearchConstants;
use Spryker\Shared\Session\SessionConstants;
use Spryker\Shared\Setup\SetupConstants;
Expand Down Expand Up @@ -135,14 +134,6 @@
// ---------- Email
$config[MailConstants::MAILCATCHER_GUI] = 'http://' . $config[ApplicationConstants::HOST_ZED] . ':1080';

// ---------- Ratepay
$config[RatepayConstants::PROFILE_ID] = '';
$config[RatepayConstants::SECURITY_CODE] = '';
$config[RatepayConstants::SNIPPET_ID] = 'ratepay';
$config[RatepayConstants::SHOP_ID] = '';
$config[RatepayConstants::SYSTEM_ID] = 'Spryker ' . $config[ApplicationConstants::HOST_YVES];
$config[RatepayConstants::API_URL] = 'https://gateway-int.ratepay.com/api/xml/1_0';

// ---------- Propel
$config[PropelConstants::ZED_DB_DATABASE] = 'DE_test_zed';

Expand Down
1 change: 0 additions & 1 deletion config/Zed/navigation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<navigation/>
<tax/>
<shipment/>
<payment/>
<acl/>
<maintenance/>
</config>
Loading

0 comments on commit 92cde2c

Please sign in to comment.