Skip to content

Commit a7f3fdf

Browse files
committed
Update sms number for 1 PLN
1 parent db22e0b commit a7f3fdf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "simpaypl/simpay",
33
"description": "Official SimPay API",
44
"type": "library",
5-
"version": "2.0.5",
5+
"version": "2.0.6",
66
"license": "MIT",
77
"minimum-stability": "stable",
88
"require": {

lib/Components/SmsXml/SmsParse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class SmsParse
1919

2020
private array $arrayCodes = [
2121
['7055', 0.25],
22-
['7136', 0.5],
22+
['7155', 0.5],
2323
['7255', 1],
2424
['7355', 1.5],
2525
['7455', 2],

0 commit comments

Comments
 (0)