Skip to content

Commit 55901f6

Browse files
committed
Transaction verify endpoint fix
1 parent 61e9d5f commit 55901f6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Transaction.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ public static function initialize($params)
3131
*/
3232
public static function verify($reference)
3333
{
34-
$url = static::resourceUrl($reference);
34+
$url = "verify/{$reference}";
35+
$url = static::endPointUrl($url);
3536

3637
return static::staticRequest('GET', $url);
3738
}

0 commit comments

Comments
 (0)