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 95946ca commit 39d01f1Copy full SHA for 39d01f1
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "simpay-typescript-api",
3
"author": "Rafał Więcek",
4
- "version": "2.1.0",
+ "version": "2.1.1",
5
"description": "SimPay.pl API",
6
"main": "lib/index.js",
7
"types": "lib/index.d.ts",
src/lib/hashing.ts
@@ -18,6 +18,6 @@ export class Hashing {
18
19
hash.update(text);
20
21
- return hash.digest('hex').toUpperCase();
+ return hash.digest('hex');
22
}
23
0 commit comments