Skip to content

Commit

Permalink
12.17-issue-11-flag-fix: changes to the deleteBatchFiles variable to …
Browse files Browse the repository at this point in the history
…use the FALSE flag in place of "false" string.
  • Loading branch information
Vivek-Singh-Chouhan committed Apr 19, 2021
1 parent 716c98a commit a110448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cnp/sdk/CnpResponseProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class CnpResponseProcessor {
private $xml_reader;
public static $deleteBatchFiles = "false";
public static $deleteBatchFiles = FALSE;

/*
* $response_file is a string corresponding to the path of the response file to be processed.
Expand Down

0 comments on commit a110448

Please sign in to comment.