diff --git a/app/Http/Controllers/iLinkTransactionController.php b/app/Http/Controllers/iLinkTransactionController.php index a596e7c..72983bb 100755 --- a/app/Http/Controllers/iLinkTransactionController.php +++ b/app/Http/Controllers/iLinkTransactionController.php @@ -2200,7 +2200,7 @@ class iLinkTransactionController extends Controller }else{ $init_country = $walletUser->user->network->country->id; - if($request->id == 21){ + if($request->type == 21){ $withLinkedCard = $request->input('with_linked_card', false); if ($withLinkedCard) { $init_country = $walletUser->user->card_country_id;