This file contains hidden or 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
| <cfscript> | |
| // Element 9673625 is undefined in a CFML structure referenced as part of an expression. | |
| variables.config = {}; | |
| variables.qAutoSettleMids = {MID: 111}; | |
| variables.merchantInfo = variables.config[variables.qAutoSettleMids.MID]; |
This file contains hidden or 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
| <cfscript> | |
| variables.config = {}; | |
| variables.qAutoSettleMids = {MID: 111}; | |
| variables.merchantInfo = variables.config[qAutoSettleMids.MID]; | |
| </cfscript> |
This file contains hidden or 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
| <cfscript> | |
| variables.config = {}; | |
| variables.qAutoSettleMids = {MID: 111}; | |
| variables.merchantInfo = variables.config[qAutoSettleMids.MID]; | |
| </cfscript> |
This file contains hidden or 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
| <cfscript> | |
| // variables.cleanupautosettledays = false; | |
| if( structKeyExists(variables, "cleanupautosettledays") && variables.cleanupautosettledays ){ | |
| writeOutput("<h1>AAA1</h1>"); | |
| } |
This file contains hidden or 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
| <cfscript> | |
| if( structKeyExists(variables, "cleanupautosettledays") && variables.cleanupautosettledays ){ | |
| writeOutput("<h1>AAA1</h1>"); | |
| } |
This file contains hidden or 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
| <cfscript> | |
| if( structKeyExists(variables, "cleanupautosettledays") && variables.cleanupautosettledays ){ | |
| writeOutput("<h1>AAA1</h1>"); | |
| } | |
| </cfscript> |
This file contains hidden or 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
| <cfscript> | |
| if( structKeyExists(variables, "cleanupautosettledays") && variables.cleanupautosettledays ){ | |
| writeOutput("<h1>AAA1</h1>"); | |
| } | |
| </cfscript> |
This file contains hidden or 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
| <cfscript> | |
| </cfscript> | |
| <cfif structKeyExists(variables, "cleanupautosettledays") AND variables.cleanupautosettledays> | |
| <h1>AAA1</h1> | |
| </cfif> |
This file contains hidden or 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
| <cfscript> | |
| </cfscript> | |
| <cfif structKeyExists(variables, "cleanupautosettledays") AND variables.cleanupautosettledays> <!--- Cleanup is needed ---> | |
| <h1>AAA1</h1> | |
| </cfif> |
This file contains hidden or 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
| <cfset timestamp = 1773056327> | |
| <!--<cfset epoch = createDateTime(1970,1,1,0,0,0)>--> | |
| <!-- Convert timestamp in seconds to CF date --> | |
| <!--<cfset convertedTs = dateAdd("s", timestamp, epoch)>--> | |
| <!-- Now you can add minutes, etc. --> | |
| <!--<cfset requestTime = dateAdd("n", 5, convertedTs)>--> | |
| <!--<cfset currentTime = now()>--> |
NewerOlder