@@ -76,6 +76,7 @@ class Api
$method = $config[$source];
if ($source == 3 && $receipt) {
$method = $method[1];
+ $param['other'] = $receipt;
}
return $this->$method($param);
} else {