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