Skip to content

Commit b3e0d90

Browse files
author
Dhruva Shaw
committed
update in donation
1 parent 4ef2678 commit b3e0d90

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

_includes/footer.liquid

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
{% if site.footer_fixed %}
22
<footer class="fixed-bottom" role="contentinfo">
33
<div class="container mt-0">
4-
<form><script src="https://checkout.razorpay.com/v1/payment-button.js" data-payment_button_id="pl_QhYS1c2AKJUNn4" async></script></form>
4+
<div id="paypal-container-KQD5A49V45C38"></div>
5+
<script>
6+
paypal.HostedButtons({
7+
hostedButtonId: "KQD5A49V45C38",
8+
}).render("#paypal-container-KQD5A49V45C38")
9+
</script>
510
</div>
611
<div class="container mt-0">
712
&copy; Copyright {{ site.time | date: '%Y' }}

_layouts/default.liquid

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
<meta http-equiv="refresh" content="3; url={{ redirect }}">
1414
{% endif %}
1515
{% include head.liquid %}
16+
<script
17+
src="https://www.paypal.com/sdk/js?client-id=BAAB9LFf_xjBic-O6NBfv15xjkAZDLMUQ-Xuo8_1XqlJqXkXd6w4ClOiVPXSvTIBk3tVmTF81bGP0-TMw4&components=hosted-buttons&disable-funding=venmo&currency=USD">
18+
</script>
1619
</head>
1720

1821
<!-- Body -->

0 commit comments

Comments
 (0)