Skip to content

Instantly share code, notes, and snippets.

View iuli-dercaci's full-sized avatar

Iuli Dercaci iuli-dercaci

View GitHub Profile
@iuli-dercaci
iuli-dercaci / bscamsga.php
Last active July 20, 2018 19:22
Babestation Cams GA
<?php
/**
* @param TokenLog $tokenLog
*/
protected function trackCreditTopUpTransaction(TokenLog $tokenLog)
{
$this->debugLogger->addInfo('track credit top up transaction START'); #
$user = $tokenLog->getUser();
$cid = null;