Skip to content

Commit e986c23

Browse files
committed
BIG-27111 Fix a method call name due to a refactor
1 parent 32f90dc commit e986c23

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)