From d7655af3a61c5657b975fcc6dd8b3c52f2437f93 Mon Sep 17 00:00:00 2001 From: Margulan Baimbet Date: Fri, 30 Mar 2018 12:42:28 +0600 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D1=83=20=D0=BF=D1=80=D0=B8=20?= =?UTF-8?q?=D0=BF=D0=B0=D1=80=D1=81=D0=B8=D0=BD=D0=B3=D0=B5=20PostLink=20?= =?UTF-8?q?=D0=BE=D1=82=D0=B2=D0=B5=D1=82=D0=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- src/Responses/PaymentResponse.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7eb6b21..57f6924 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/src/Responses/PaymentResponse.php b/src/Responses/PaymentResponse.php index 06689aa..7ea3365 100644 --- a/src/Responses/PaymentResponse.php +++ b/src/Responses/PaymentResponse.php @@ -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 = [];