🐛 fix(payment): Qrcode

This commit is contained in:
web@ppanel
2024-12-16 12:48:41 +07:00
parent 6c07107376
commit a9a535b166
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -202,8 +202,8 @@ export default function Page() {
size={208}
imageSettings={{
src: `/payment/alipay_f2f.svg`,
width: 48,
height: 48,
width: 24,
height: 24,
excavate: true,
}}
/>
@@ -96,8 +96,8 @@ const CheckoutForm: React.FC<Omit<StripePaymentProps, 'publishable_key'>> = ({
size={208}
imageSettings={{
src: `/payment/${method}.svg`,
width: 48,
height: 48,
width: 24,
height: 24,
excavate: true,
}}
/>