🐛 fix(payment): Qrcode
This commit is contained in:
parent
6c07107376
commit
a9a535b166
@ -202,8 +202,8 @@ export default function Page() {
|
|||||||
size={208}
|
size={208}
|
||||||
imageSettings={{
|
imageSettings={{
|
||||||
src: `/payment/alipay_f2f.svg`,
|
src: `/payment/alipay_f2f.svg`,
|
||||||
width: 48,
|
width: 24,
|
||||||
height: 48,
|
height: 24,
|
||||||
excavate: true,
|
excavate: true,
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@ -96,8 +96,8 @@ const CheckoutForm: React.FC<Omit<StripePaymentProps, 'publishable_key'>> = ({
|
|||||||
size={208}
|
size={208}
|
||||||
imageSettings={{
|
imageSettings={{
|
||||||
src: `/payment/${method}.svg`,
|
src: `/payment/${method}.svg`,
|
||||||
width: 48,
|
width: 24,
|
||||||
height: 48,
|
height: 24,
|
||||||
excavate: true,
|
excavate: true,
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user