We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba15b12 commit d7655afCopy full SHA for d7655af
composer.json
@@ -3,7 +3,7 @@
3
"description": "A PHP client for the Qazkom Epay payment gateway",
4
"type": "library",
5
"license": "MIT",
6
- "version": "0.0.5",
+ "version": "0.0.6",
7
"authors": [
8
{
9
"name": "Margulan Baimbet",
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';
10
11
- protected function fillProps(\SimpleXMLElement $sxi) : array
+ protected function parse(\SimpleXMLElement $sxi) : array
12
13
$props = [];
14
0 commit comments