From eb5cb215a94f8e05ac025c9224909657a3d1aecf Mon Sep 17 00:00:00 2001 From: tikkhun Date: Sat, 10 Jan 2026 15:50:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3shopyy=E9=80=82?= =?UTF-8?q?=E9=85=8D=E5=99=A8=E4=B8=ADemail=E5=AD=97=E6=AE=B5=E7=9A=84?= =?UTF-8?q?=E6=8B=BC=E5=86=99=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/adapter/shopyy.adapter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/adapter/shopyy.adapter.ts b/src/adapter/shopyy.adapter.ts index 5e90320..c2225a3 100644 --- a/src/adapter/shopyy.adapter.ts +++ b/src/adapter/shopyy.adapter.ts @@ -239,7 +239,7 @@ export class ShopyyAdapter implements ISiteAdapter { last_name: billing.last_name || item.lastname || '', fullname: billing.name || `${item.firstname} ${item.lastname}`.trim(), company: billing.company || '', - email: item.customer_email || item.email || '',√ + email: item.customer_email || item.email || '', phone: billing.phone || (item as any).telephone || '', address_1: billing.address1 || item.payment_address || '', address_2: billing.address2 || '',