Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
Snickser committed May 17, 2024
1 parent beeb98b commit f5c0347
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions callback.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@
$signature = required_param('m_sign', PARAM_TEXT);

$arhash = [
$_POST['m_operation_id'],
$_POST['m_operation_ps'],
$_POST['m_operation_date'],
$_POST['m_operation_pay_date'],
$_POST['m_shop'],
$orderid,
$amount,
$currency,
$_POST['m_desc'],
$status,
$_POST['m_operation_id'],
$_POST['m_operation_ps'],
$_POST['m_operation_date'],
$_POST['m_operation_pay_date'],
$_POST['m_shop'],
$orderid,
$amount,
$currency,
$_POST['m_desc'],
$status,
];

if ($status !== 'success') {
Expand Down

0 comments on commit f5c0347

Please sign in to comment.