Minor text changes in sample code comments

This commit is contained in:
aydiv
2013-08-26 14:21:28 +05:30
parent 9dd6cd07bc
commit e927298a40
4 changed files with 8 additions and 8 deletions

View File

@@ -81,8 +81,8 @@ $payment->setIntent("sale")
->setTransactions(array($transaction));
// ### Create Payment
// Create a payment by posting to the APIService
// using a valid ApiContext (See bootstrap.php for more on `ApiContext`)
// Create a payment by calling the payment->create() method
// with a valid ApiContext (See bootstrap.php for more on `ApiContext`)
// The return object contains the state.
try {
$payment->create($apiContext);