diff --git a/GME Remit/APIs/Router/APIRouter.swift b/GME Remit/APIs/Router/APIRouter.swift index b959ba39..b808e458 100644 --- a/GME Remit/APIs/Router/APIRouter.swift +++ b/GME Remit/APIs/Router/APIRouter.swift @@ -902,7 +902,7 @@ extension APIRouter { "passportNumber": model.primaryInformation?.passportNumber ?? "", "passportIssueDate": model.primaryInformation?.passportIssueDate ?? "", "passportExpiryDate": model.primaryInformation?.passportExpiryDate ?? "", - "anotherIDTypeId": model.primaryInformation?.anotherIDType ?? "", + "anotherIDType": model.primaryInformation?.anotherIDType ?? "", "anotherIDNumber": model.primaryInformation?.anotherIDNumber ?? "", "anotherIDIssueDate": model.primaryInformation?.anotherIDIssueDate ?? "", "anotherIDExpiryDate": model.primaryInformation?.anotherIDExpiryDate ?? "", diff --git a/GME Remit/Modules/RegisterModules/UserAuthentication/NewRegisterStep1/User Interface/View/NewRegisterStep1.storyboard b/GME Remit/Modules/RegisterModules/UserAuthentication/NewRegisterStep1/User Interface/View/NewRegisterStep1.storyboard index 76c130ee..26b5dcc8 100644 --- a/GME Remit/Modules/RegisterModules/UserAuthentication/NewRegisterStep1/User Interface/View/NewRegisterStep1.storyboard +++ b/GME Remit/Modules/RegisterModules/UserAuthentication/NewRegisterStep1/User Interface/View/NewRegisterStep1.storyboard @@ -401,7 +401,7 @@