locale region fixed
This commit is contained in:
parent
2cd8b33958
commit
272bb4079c
|
|
@ -314,9 +314,13 @@ const TopupStage3 = ({ setStage, data, setData }) => {
|
|||
setData({
|
||||
...data,
|
||||
message: inputValid.message,
|
||||
region: inputLocal.region,
|
||||
region:
|
||||
locale === "TKM" ? inputValid.region : inputLocal.region,
|
||||
region_localized: inputValid.region,
|
||||
branch: inputLocal.affiliate,
|
||||
branch:
|
||||
locale === "TKM"
|
||||
? inputValid.affiliate
|
||||
: inputLocal.affiliate,
|
||||
branch_localized: inputValid.affiliate,
|
||||
});
|
||||
}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue