Skip to content

Commit

Permalink
add orderId to list of available transaction id (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
bladeroot committed Feb 11, 2020
1 parent bc690a2 commit 7dcdf74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/controllers/PayController.php
Expand Up @@ -60,6 +60,8 @@ public function checkNotify(string $transactionId = null): ?Transaction
Yii::$app->request->get('transactionId'),
Yii::$app->request->post('transactionId'),
Yii::$app->session->get(self::SESSION_MERCHANT_LATEST_TRANSACTION_ID),
Yii::$app->request->get('orderId'),
Yii::$app->request->post('orderId'),
];

foreach (array_filter($transactionIdSources) as $possibleTransactionId) {
Expand Down

0 comments on commit 7dcdf74

Please sign in to comment.