Skip to content

Commit 88db8c5

Browse files
committed
feat: upgrade to 0.1.1 payment-widget
1 parent ec8d59b commit 88db8c5

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
/out/
1515

1616
# production
17+
.env
1718
/build
1819

1920
# misc

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@radix-ui/react-popover": "^1.1.1",
1616
"@radix-ui/react-slot": "^1.1.0",
1717
"@radix-ui/react-tooltip": "^1.1.2",
18-
"@requestnetwork/payment-widget": "^0.1.0",
18+
"@requestnetwork/payment-widget": "^0.1.1",
1919
"class-variance-authority": "^0.7.0",
2020
"clsx": "^2.1.1",
2121
"cmdk": "^1.0.0",

src/components/Playground.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ const YourComponent = () => {
197197
image: formValues.productInfo?.image,
198198
name: formValues.productInfo?.name,
199199
}}
200-
builderId="request-checkout"
200+
builderId={process.env.NEXT_PUBLIC_BUILDER_ID}
201201
sellerAddress={formValues.sellerAddress}
202202
// @ts-ignore
203203
supportedCurrencies={formValues.supportedCurrencies}

0 commit comments

Comments
 (0)