Skip to content

Commit c33fa1d

Browse files
author
LoginRadius
committed
Update README.md
1 parent e1f037c commit c33fa1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ $verificationUrl = "verificationUrl"; //Optional
251251
$isVoiceOtp = false; //Optional
252252
$options = "options"; //Optional
253253

254-
$result = $authenticationAPI->updateProfileByAccessToken($access_token,$payload,$emailTemplate,$fields,$nullSupport,$smsTemplate,$verificationUrl,$options,$isVoiceOtp);
254+
$result = $authenticationAPI->updateProfileByAccessToken($access_token,$payload,$emailTemplate,$fields,$nullSupport,$smsTemplate,$verificationUrl,$isVoiceOtp,$options);
255255
```
256256

257257

0 commit comments

Comments
 (0)