virtual card country fixed

This commit was merged in pull request #836.
This commit is contained in:
victorAnumudu
2024-11-01 22:27:24 +01:00
parent 040c79e2e5
commit 0fbbf38d6c
4 changed files with 14 additions and 3 deletions
@@ -45,7 +45,7 @@ const VirtualAddCardPopout = ({ details, onClose, situation, walletItem }) => {
const { userDetails } = useSelector((state) => state.userDetails);
const countryCode = userDetails?.country
const countryCode = walletItem?.country
const userApi = new usersService()