File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " simpay-typescript-api" ,
33 "author" : " Rafał Więcek <r.wiecek@simpay.pl> (https://github.com/DarkGL)" ,
4- "version" : " 3.0.2 " ,
4+ "version" : " 3.0.3 " ,
55 "description" : " SimPay.pl API wrapper" ,
66 "main" : " dist/index.js" ,
77 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ export class DirectBilling {
2525 headers : {
2626 'X-SIM-KEY' : this . key ,
2727 'X-SIM-PASSWORD' : this . password ,
28- 'X-SIM-VERSION' : '3.0.2 ' ,
28+ 'X-SIM-VERSION' : '3.0.3 ' ,
2929 'X-SIM-PLATFORM' : 'TYPESCRIPT' ,
3030 } ,
3131 } ) ;
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export class Sms {
1717 headers : {
1818 'X-SIM-KEY' : this . key ,
1919 'X-SIM-PASSWORD' : this . password ,
20- 'X-SIM-VERSION' : '3.0.2 ' ,
20+ 'X-SIM-VERSION' : '3.0.3 ' ,
2121 'X-SIM-PLATFORM' : 'TYPESCRIPT' ,
2222 } ,
2323 } ) ;
You can’t perform that action at this time.
0 commit comments