Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 4644e25

Browse files
committed
Fixing timestamp signature issue.
1 parent 1030346 commit 4644e25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PaladinsAPI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ private function getSession()
522522
*/
523523
private function getTimestamp()
524524
{
525-
return Carbon::now('UTC')->format('YmdHis');
525+
return Carbon::now('UTC')->format('YmdHi') . '00';
526526
}
527527

528528
/**

0 commit comments

Comments
 (0)