Skip to content

Commit

Permalink
Merge pull request #66 from asia-coder/main
Browse files Browse the repository at this point in the history
  • Loading branch information
shaxzodbek-uzb authored May 6, 2024
2 parents 4bac469 + f697b31 commit 8270d8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Http/Classes/Payme/Payme.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ private function CheckPerformTransaction()
);
}
PaymentService::payListener($model, null, 'before-pay');

$response = [
'allow' => true,
];
Expand Down Expand Up @@ -442,7 +442,7 @@ public function getReport($from_date, $to_date)
'time' => 1 * $detail['system_time_datetime'], // paycom transaction timestamp as is
'amount' => 1 * $row['amount'],
'account' => [
'key' => 1 * $row[$this->config['key']], // account parameters to identify client/order/service
"{$this->config['key']}" => 1 * $row[$this->config['key']], // account parameters to identify client/order/service
// ... additional parameters may be listed here, which are belongs to the account
],
'create_time' => DataFormat::datetime2timestamp($detail['create_time']),
Expand Down

0 comments on commit 8270d8d

Please sign in to comment.