Skip to content

Commit

Permalink
Merge pull request #20 from amirkhiz/fix/submit-auth-code-endpoint
Browse files Browse the repository at this point in the history
Fix Submit Auth Code endpoint
  • Loading branch information
rytisder authored May 25, 2020
2 parents d586c5d + fc3e794 commit 33f7a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/APIs/Domains.php
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ public function submitAuthCode($orderId, $code)
'order-id' => $orderId,
'auth-code' => $code,
],
'transfers/'
'transfer/'
);
}

Expand Down

0 comments on commit 33f7a09

Please sign in to comment.