|
@@ -275,7 +275,7 @@ |
|
|
block discarded – undo |
|
275
|
275
|
* @return array |
|
276
|
276
|
*/ |
|
277
|
277
|
public function sendOtp(string $channel, string $token_type, int $token_length, |
|
278
|
|
- int $expiry_day, string $customer_email, string $customer_mobile_number, array $meta_data, string $sender) |
|
|
278
|
+ int $expiry_day, string $customer_email, string $customer_mobile_number, array $meta_data, string $sender) |
|
279
|
279
|
{ |
|
280
|
280
|
if (! in_array($token_type, $this->tokenType)) { |
|
281
|
281
|
throw new SendChampException('Invalid token type'); |
Please login to merge, or discard this patch.