Skip to content

Commit

Permalink
Merge pull request #2 from nicdnepr/fix
Browse files Browse the repository at this point in the history
fix checking sign, fix namespace event
  • Loading branch information
BioSin authored Feb 4, 2017
2 parents 4b2a3d2 + cd94abd commit 630ee2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Merchant.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use yii\helpers\VarDumper;
use yii\web\ForbiddenHttpException;
use yii\web\HttpException;
use yiidreamteam\perfectmoney\events\GatewayEvent;
use yarcode\freekassa\events\GatewayEvent;

/**
* Class Merchant
Expand Down Expand Up @@ -368,7 +368,7 @@ public function checkHash($data)

$params = [
$this->merchantId,
static::formatAmount($data['AMOUNT']),
$data['AMOUNT'],
$this->checkDataSecret,
$data['MERCHANT_ORDER_ID']
];
Expand Down

0 comments on commit 630ee2c

Please sign in to comment.