Skip to content

Commit

Permalink
Update transactionCaller.php
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmc authored Nov 14, 2018
1 parent 61005b0 commit e27e7f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions transactionCaller.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@


if(isset($_POST['paIndicator'])){
$transRequestXml->transactionRequest->addChild('cardholderAuthentication');
$transRequestXml->transactionRequest->cardholderAuthentication->addChild('authenticationIndicator',$_POST['paIndicator']);
//$transRequestXml->transactionRequest->addChild('cardholderAuthentication');
//$transRequestXml->transactionRequest->cardholderAuthentication->addChild('authenticationIndicator',$_POST['paIndicator']);
//$transRequestXml->transactionRequest->cardholderAuthentication->addChild('cardholderAuthenticationValue',$_POST['paValue']);
}

Expand Down

1 comment on commit e27e7f9

@zachlysobey
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isn't the commented-out code here necessary?

Please sign in to comment.