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 e1157b0 commit 58be52fCopy full SHA for 58be52f
composer.json
@@ -2,7 +2,7 @@
2
"name": "simpaypl/simpay",
3
"description": "Official SimPay API",
4
"type": "library",
5
- "version": "2.1.0",
+ "version": "2.1.1",
6
"license": "MIT",
7
"minimum-stability": "stable",
8
"require": {
lib/Authorization.php
@@ -24,6 +24,8 @@ public function getHeaders(): array
24
'X-SIM-KEY' => $this->apiKey,
25
'X-SIM-PASSWORD' => $this->apiPassword,
26
'X-SIM-LANG' => $this->lang,
27
+ 'X-SIM-VERSION' => '2.1.1',
28
+ 'X-SIM-PLATFORM' => 'PHP',
29
];
30
}
31
0 commit comments