Skip to content

Commit

Permalink
fixed typo error in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimgunduz34 committed Jun 28, 2015
1 parent 1874ead commit a09f035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pesin_satis.md
Expand Up @@ -61,7 +61,7 @@ $billing->setFirstName('John')
$product = new Product();
$product->setCode('PR1')
->setName('The Product')
->setQuantiy(1)
->setQuantity(1)
->setPrice(10);

/** @var $request \Payu\Request\PaymentRequest */
Expand Down Expand Up @@ -137,4 +137,4 @@ if($response->getStatus() == ResponseAbstract::STATUS_APPROVED) {
echo $response->getMessage();
*/
}
```
```

0 comments on commit a09f035

Please sign in to comment.