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 db22e0b commit a7f3fdfCopy full SHA for a7f3fdf
composer.json
@@ -2,7 +2,7 @@
2
"name": "simpaypl/simpay",
3
"description": "Official SimPay API",
4
"type": "library",
5
- "version": "2.0.5",
+ "version": "2.0.6",
6
"license": "MIT",
7
"minimum-stability": "stable",
8
"require": {
lib/Components/SmsXml/SmsParse.php
@@ -19,7 +19,7 @@ class SmsParse
19
20
private array $arrayCodes = [
21
['7055', 0.25],
22
- ['7136', 0.5],
+ ['7155', 0.5],
23
['7255', 1],
24
['7355', 1.5],
25
['7455', 2],
0 commit comments