Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinicius Isola committed Jun 6, 2014
2 parents 1464e1b + 3ee066b commit 059cd03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ $initialize = new LitleOnlineRequest();
$saleResponse = $initialize->saleRequest($hash_in);

// Display Result
echo ("Message: " . XMLParser::get_node($saleResponse,'message') . "<br>");
echo ("Litle Transaction ID: " . XMLParser::get_node($saleResponse,'litleTxnId'));
echo ("Message: " . XMLParser::getNode($saleResponse,'message') . "<br>");
echo ("Litle Transaction ID: " . XMLParser::getNode($saleResponse,'litleTxnId'));
```

As of 8.13.1, you may also use a tree-oriented style to get the response values:
Expand Down

0 comments on commit 059cd03

Please sign in to comment.