Skip to content

Commit

Permalink
Испрвил ошибку при парсинге PostLink ответа.
Browse files Browse the repository at this point in the history
  • Loading branch information
panda-madness committed Mar 30, 2018
1 parent ba15b12 commit d7655af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A PHP client for the Qazkom Epay payment gateway",
"type": "library",
"license": "MIT",
"version": "0.0.5",
"version": "0.0.6",
"authors": [
{
"name": "Margulan Baimbet",
Expand Down
2 changes: 1 addition & 1 deletion src/Responses/PaymentResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class PaymentResponse extends AbstractResponse
protected $merchantPath = '/document/bank/customer/merchant';
protected $merchantSignPath = '/document/bank/customer/merchant_sign';

protected function fillProps(\SimpleXMLElement $sxi) : array
protected function parse(\SimpleXMLElement $sxi) : array
{
$props = [];

Expand Down

0 comments on commit d7655af

Please sign in to comment.