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 f44d72d commit 2c5b2e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions callback.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@
$mrhpass2 = $config->password2; // Merchant pass2 here.
$robokassatx->success = 1;
// For currency conversion.
if ($payment->currency != 'RUB') {
if ($payment->currency !== 'RUB') {
$payment->currency = 'RUB';
$payment->amount = $outsumm;
}
$payment->amount = $outsumm;
}

if (isset($mrhpass2)) {
Expand Down

0 comments on commit 2c5b2e4

Please sign in to comment.