This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var styles = [ | |
{ | |
featureType: 'water', | |
elementType: 'all', | |
stylers: [ | |
{ hue: '#000000' }, | |
{ saturation: -100 }, | |
{ lightness: -100 }, | |
{ visibility: 'on' } | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$cwd = getcwd(); | |
if($handle = opendir($cwd.'/app/etc/modules/')) | |
{ | |
$modules = array(); | |
while(false !== ($entry = readdir($handle))) | |
{ | |
if(preg_match('/\.xml$/', $entry)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2014-01-13T17:28:37+00:00 DEBUG (7): stdClass Object | |
( | |
[merchantReferenceCode] => 100000213 | |
[requestID] => 3896341155240176056470 | |
[decision] => REJECT | |
[reasonCode] => 475 | |
[requestToken] => AhjzbwSRpnExCftDqfEscgSftb9ZqXZ0UrVDT61dvSTLF18DwJADAAAAZBUC | |
[payerAuthEnrollReply] => stdClass Object | |
( | |
[reasonCode] => 475 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SetEnv MAGE_IS_DEVELOPER_MODE 1 |