Jump to content

багается оплата

Featured Replies

Posted
comment_161433

402258666_.png.fe8fa70000404494c8dadd303a19ea28.png
Столкнулся с такой проблемой, у некоторых клиентов иногда засчитывается одна покупка за 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.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.