Skip to content

Commit d052e5c

Browse files
committed
Updated validate url
1 parent 3a226d7 commit d052e5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Routes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public static function payment()
3030
};
3131

3232
$anonymous->validate = static function () {
33-
return Client::VERSION_API . "payments/";
33+
return Client::VERSION_API . "payments/validate";
3434
};
3535

3636
return $anonymous;

0 commit comments

Comments
 (0)