Posted 3 апреля, 20204 yr comment_161433 Столкнулся с такой проблемой, у некоторых клиентов иногда засчитывается одна покупка за 2 и тому кто продает начисляется баланс х2. В активных покупках висит две покупки, хотя счет один... Оплату делаю так. if ($transaction->status !== \IPS\nexus\Transaction::STATUS_PENDING) continue; $maxMind = NULL; if (\IPS\Settings::i()->maxmind_key) { $maxMind = new \IPS\nexus\Fraud\MaxMind\Request; $maxMind->setTransaction($transaction); $maxMind->setTransactionType('QiwiDirect'); } $transaction->checkFraudRulesAndCapture($maxMind); $transaction->sendNotification();
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.