Skip to content

Commit

Permalink
Fixing filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
gnongsie committed Jun 13, 2020
1 parent 8f07d0c commit e5bc99b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require_once __DIR__ . DIRECTORY_SEPARATOR . '../../../vendor/autoload.php';
require_once __DIR__ . DIRECTORY_SEPARATOR . '../../../Resources/ExternalConfiguration.php';

function AuthorizationWithDecisionManagercustomSetup()
function AuthorizationWithDecisionManagerCustomSetup()
{
$clientReferenceInformationArr = [
"code" => "TC50171_16"
Expand Down Expand Up @@ -83,7 +83,7 @@ function AuthorizationWithDecisionManagercustomSetup()
}

if(!defined('DO_NOT_RUN_SAMPLES')){
echo "\nAuthorizationWithDecisionManagercustomSetup Sample Code is Running..." . PHP_EOL;
AuthorizationWithDecisionManagercustomSetup();
echo "\nAuthorizationWithDecisionManagerCustomSetup Sample Code is Running..." . PHP_EOL;
AuthorizationWithDecisionManagerCustomSetup();
}
?>

0 comments on commit e5bc99b

Please sign in to comment.