Skip to content

Commit 72322cf

Browse files
authored
Merge pull request #177 from lord2800/BIG-27111-fix-method-name
BIG-27111 Fix a method call name due to a refactor
2 parents 32f90dc + e986c23 commit 72322cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Bigcommerce/Api/Resources/Customer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ public function delete()
3737

3838
public function getLoginToken()
3939
{
40-
return Client::getCustomerLoginUrl($this->id);
40+
return Client::getCustomerLoginToken($this->id);
4141
}
4242
}

0 commit comments

Comments
 (0)