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 = [];