Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit df69473

Browse files
committed
Update donate button id
1 parent a2f7e47 commit df69473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/modal/Donate.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default function Donate() {
88
'src',
99
'https://cdn.razorpay.com/static/widget/subscription-button.js'
1010
)
11-
script.setAttribute('data-subscription_button_id', 'pl_GdSwtlH5wuoiJS')
11+
script.setAttribute('data-subscription_button_id', 'pl_GeHbmown0obyb6')
1212
script.setAttribute('data-button_theme', 'brand-color')
1313
form.appendChild(script)
1414
}, [])

0 commit comments

Comments
 (0)