We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d84dc16 commit c3a46b1Copy full SHA for c3a46b1
Action/Api/ApiRequestAction.php
@@ -31,7 +31,8 @@ public function execute($request)
31
}
32
33
$model['vads_trans_id'] = $this->api->getTransactionId();
34
- $model['vads_trans_date'] = date('YmdHis');
+ // Current UTC date time
35
+ $model['vads_trans_date'] = (new \DateTime('now', new \DateTimeZone('UTC')))->format('YmdHis');
36
37
$data = $model->getArrayCopy();
38
composer.json
@@ -7,7 +7,7 @@
7
"homepage" : "http://ekyna.com"
8
9
],
10
- "homepage" : "https://github.com/ekyna/Payum/Payzen",
+ "homepage" : "https://github.com/ekyna/PayumPayzen",
11
"license" : [
12
"MIT"
13
0 commit comments