Skip to content

Commit

Permalink
Update sms number for 1 PLN
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkGL committed Nov 11, 2022
1 parent db22e0b commit a7f3fdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "simpaypl/simpay",
"description": "Official SimPay API",
"type": "library",
"version": "2.0.5",
"version": "2.0.6",
"license": "MIT",
"minimum-stability": "stable",
"require": {
Expand Down
2 changes: 1 addition & 1 deletion lib/Components/SmsXml/SmsParse.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class SmsParse

private array $arrayCodes = [
['7055', 0.25],
['7136', 0.5],
['7155', 0.5],
['7255', 1],
['7355', 1.5],
['7455', 2],
Expand Down

0 comments on commit a7f3fdf

Please sign in to comment.