@luchalupa/csobcz_payment_gateway
Advanced tools
Comparing version 0.6.14 to 0.6.15
@@ -283,3 +283,3 @@ "use strict"; | ||
return (now.getUTCFullYear() + | ||
now.getUTCMonth().toString().padStart(2, '0') + | ||
(now.getUTCMonth() + 1).toString().padStart(2, '0') + | ||
now.getUTCDate().toString().padStart(2, '0') + | ||
@@ -286,0 +286,0 @@ now.getUTCHours().toString().padStart(2, '0') + |
{ | ||
"name": "@luchalupa/csobcz_payment_gateway", | ||
"version": "0.6.14", | ||
"version": "0.6.15", | ||
"description": "CSOB CZ payment gateway module", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
Sorry, the diff of this file is not supported yet
45972