Skip to content

Commit

Permalink
Merge pull request #63 from asadbek-fayzulloev/master
Browse files Browse the repository at this point in the history
fix: remove date formatter
  • Loading branch information
shaxzodbek-uzb authored Jan 17, 2024
2 parents 900e40f + 2e12370 commit 60d9f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Classes/Payme/Payme.php
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ private function CreateTransaction()
'create_time' => $create_time,
'perform_time' => null,
'cancel_time' => null,
'system_time_datetime' => DataFormat::timestamp2datetime($this->request->params['time'])
'system_time_datetime' => $this->request->params['time']
);

$transaction = Transaction::create([
Expand Down

0 comments on commit 60d9f32

Please sign in to comment.