From 22696622909e7093f1960679aec52ebca43dcec0 Mon Sep 17 00:00:00 2001 From: xupei Date: Tue, 15 Apr 2025 11:20:03 +0800 Subject: [PATCH] =?UTF-8?q?Stripe=E6=94=AF=E4=BB=98=E6=B5=8B=E8=AF=95--?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E6=94=AF=E4=BB=98=E6=96=B9=E5=BC=8F=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.properties | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application-dev.properties b/src/main/resources/application-dev.properties index c660f5bb..d5944f9b 100644 --- a/src/main/resources/application-dev.properties +++ b/src/main/resources/application-dev.properties @@ -113,8 +113,9 @@ orderList.link=https://develop.aida.com.hk/home/homePage?order= # 0 不发送邮件通知 1 发送邮件通知 stripe.webhook.fail.reminder=0 # kim test -stripe.paymentMethodConfiguration=pmc_1LywTWH7nPZ8bkrN6FvdCUWG - +#stripe.paymentMethodConfiguration=pmc_1LywTWH7nPZ8bkrN6FvdCUWG +# developer test +stripe.paymentMethodConfiguration=pmc_1QIKyq02n1TEydyNKVEYvhW7 #thymelea模板配置 #控制 Thymeleaf 是否启用模板缓存 生产环境用true,以提高性能 spring.thymeleaf.cache=false