Skip to content

Commit b4bd83b

Browse files
sendPinCode route bug fix
1 parent d77a2df commit b4bd83b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Core/API/Account/INPAccountService.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ class INPAccountService {
278278
}
279279

280280
NetworkDataSource.performRequest(session: InPlayerSessionAPIManager.default.session,
281-
route: AccountAPIRouter.getSocialURLs(parameters: params),
281+
route: AccountAPIRouter.sendPinCode(parameters: params),
282282
completion: completion)
283283
}
284284

0 commit comments

Comments
 (0)