Skip to content

Commit

Permalink
Merge pull request paranoiaproject#13 from myilmaz/docs-fix
Browse files Browse the repository at this point in the history
örnek koddaki syntax hatası düzeltildi
  • Loading branch information
ibrahimgunduz34 committed Aug 7, 2015
2 parents ce903ff + 45cd38a commit 67f4822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pesin_satis.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ $request = $client->createPaymentRequestBuilder()
->buildAndAddProduct('The Product', 'PR1', 1, 10, 5)
->build();

$response = $client->makePayment($request)
$response = $client->makePayment($request);

if($response->getStatus() == ResponseAbstract::STATUS_APPROVED) {
/*
Expand Down

0 comments on commit 67f4822

Please sign in to comment.