Skip to content

Commit ec8d59b

Browse files
committed
feat: add builderId to the playground
1 parent 7b5cc6f commit ec8d59b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Playground.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ const YourComponent = () => {
197197
image: formValues.productInfo?.image,
198198
name: formValues.productInfo?.name,
199199
}}
200+
builderId="request-checkout"
200201
sellerAddress={formValues.sellerAddress}
201202
// @ts-ignore
202203
supportedCurrencies={formValues.supportedCurrencies}

0 commit comments

Comments
 (0)