From da7ea8c5d415e31cd851369b9d771f2da2e2ca93 Mon Sep 17 00:00:00 2001 From: Harsh Mangalam <57381638+harshmangalam@users.noreply.github.com> Date: Mon, 28 Nov 2022 16:20:03 +0530 Subject: [PATCH] docs: fix customer last name type (#2641) --- packages/medusa/src/models/customer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/medusa/src/models/customer.ts b/packages/medusa/src/models/customer.ts index 7346d96015..c2f063fde7 100644 --- a/packages/medusa/src/models/customer.ts +++ b/packages/medusa/src/models/customer.ts @@ -99,7 +99,7 @@ export class Customer extends SoftDeletableEntity { * example: Arno * last_name: * type: string - * description: The customer's first name + * description: The customer's last name * example: Willms * billing_address_id: * type: string