We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a226d7 commit d052e5cCopy full SHA for d052e5c
1 file changed
src/Routes.php
@@ -30,7 +30,7 @@ public static function payment()
30
};
31
32
$anonymous->validate = static function () {
33
- return Client::VERSION_API . "payments/";
+ return Client::VERSION_API . "payments/validate";
34
35
36
return $anonymous;
0 commit comments