fix: commission calculate while type 21
This commit is contained in:
parent
6bc8a73356
commit
e3940a4ad4
|
@ -2200,7 +2200,7 @@ class iLinkTransactionController extends Controller
|
||||||
}else{
|
}else{
|
||||||
$init_country = $walletUser->user->network->country->id;
|
$init_country = $walletUser->user->network->country->id;
|
||||||
|
|
||||||
if($request->id == 21){
|
if($request->type == 21){
|
||||||
$withLinkedCard = $request->input('with_linked_card', false);
|
$withLinkedCard = $request->input('with_linked_card', false);
|
||||||
if ($withLinkedCard) {
|
if ($withLinkedCard) {
|
||||||
$init_country = $walletUser->user->card_country_id;
|
$init_country = $walletUser->user->card_country_id;
|
||||||
|
|
Loading…
Reference in New Issue