diff --git a/packages/medusa/src/services/customer.js b/packages/medusa/src/services/customer.js index f47c556527..88ade052b8 100644 --- a/packages/medusa/src/services/customer.js +++ b/packages/medusa/src/services/customer.js @@ -412,7 +412,7 @@ class CustomerService extends BaseService { } /** - * Updates the cart's billing address. + * Updates the customers's billing address. * @param {Customer} customer - the Customer to update * @param {object} address - the value to set the billing address to * @return {Promise} the result of the update operation