We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 010a734 commit 2df1de4Copy full SHA for 2df1de4
src/Employee.php
@@ -45,6 +45,6 @@ public function getContractStatus(array $params)
45
*/
46
public function syncBankAccount(array $params)
47
{
48
- return $this->request('/api/employee/syncBankAccount', $params);
+ return $this->request('/api/employee/v2/syncBankAccount', $params);
49
}
50
0 commit comments