This commit is contained in:
iHeyTang 2025-09-29 16:11:54 +08:00
parent d5fa97e3f2
commit 0f18f04fb9
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ export default function Create() {
templateCode: templateCode, templateCode: templateCode,
metadata: { metadata: {
cb_url: cbUrl, cb_url: cbUrl,
imageUrls: [image1, image2 || ''], imageUrls: [image1, image2 || image1],
}, },
}); });
if (checkout && checkout.url) { if (checkout && checkout.url) {