Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
Snickser committed May 14, 2024
1 parent db3578f commit 508ae25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion callback.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
}

// For currency conversion.
$payment->amount = $outsumm;
if ($payment->currency !== 'RUB') {
$payment->currency = 'RUB';
}
$payment->amount = $outsumm;

if (isset($mrhpass2)) {
$crc = strtoupper(md5("$outsumm:$invid:$mrhpass2"));
Expand Down

0 comments on commit 508ae25

Please sign in to comment.