Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
panda-madness committed Mar 30, 2018
1 parent 0a45cea commit ba15b12
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,6 @@ $curl = curl_init('https://testpay.kkb.kz/jsp/remote/checkOrdern.jsp?' . urlenco

curl_setopt_array($curl, array(
CURLOPT_RETURNTRANSFER => 1,
CURLOPT_POST => 1,
CURLOPT_POSTFIELDS => [
'Signed_Order_B64' => $request,
'BackLink' => 'asdads',
'PostLink' => 'asdads',
'FailurePostLink' => 'asdads',
]
));

$result = curl_exec($curl);
Expand Down

0 comments on commit ba15b12

Please sign in to comment.