Skip to content

Commit

Permalink
Merge pull request #5 from olotintemitope/feature/update-readme-and-c…
Browse files Browse the repository at this point in the history
…onfig

Update Verification code for confirm OTP
  • Loading branch information
sadiqful committed Oct 3, 2022
2 parents f0ea933 + ee3bf02 commit 39f2810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SendChamp.php
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ public function confirmOtp(string $reference, string $otp)
{
$data = [
'verification_reference' => $reference,
'verification_otp' => $otp,
'verification_code' => $otp,
];

return $this->setRequestOptions()->setHttpResponse('/verification/confirm', 'POST', $data)->getResponse();
Expand Down

0 comments on commit 39f2810

Please sign in to comment.