mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-04-27 21:49:57 -04:00
🐛 fix(payment): Qrcode
This commit is contained in:
parent
6c07107376
commit
a9a535b166
@ -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,
|
||||
}}
|
||||
/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user