Total Complexity | 1 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
5 | class Otp extends ApiResource |
||
6 | { |
||
7 | const OBJECT_NAME = 'otps'; |
||
8 | |||
9 | use ApiOperations\Create; |
||
10 | |||
11 | /** |
||
12 | * @param string $reference |
||
13 | * @param array $params |
||
14 | * @return array|object |
||
15 | * @link https://developer.flutterwave.com/reference#validate-otp-1 |
||
16 | */ |
||
17 | public static function validate(string $reference, array $params) |
||
24 |