Add pricing table JS
authorDave Page <dpage@pgadmin.org>
Thu, 10 Jul 2025 11:22:47 +0000 (12:22 +0100)
committerDave Page <dpage@pgadmin.org>
Thu, 10 Jul 2025 11:22:47 +0000 (12:22 +0100)
templates/pages/donate-test.html

index b09c575de3cace9de2469d2a7cb2542bcc385a4a..4446f884aded9b56854d3cab1c750a5ca69e5906 100644 (file)
     If you would like to help support the mission of the PostgreSQL Community Association (PGCA) donations can be made
     via Stripe using any of a variety of cards and payment methods by clicking the button below:</p>
 
-    <script async
-    src="https://js.stripe.com/v3/buy-button.js">
-    </script>
-
+    <script async src="https://js.stripe.com/v3/buy-button.js"></script>
     <stripe-buy-button
     buy-button-id="buy_btn_1NYVWCH2jVzVOptSgHmtWRpe"
     publishable-key="pk_live_51NYUFhH2jVzVOptSXaLQ9XGrka7IAxP9qjzyQfWSYPm9kaYKciajFO2EvqLQg4YjzKlWxLp9zJww2h3xoImG5a8L00jc1FjSG0"
@@ -33,6 +30,7 @@
 
     <p>Even better, you can also setup a recurring donation:</p>
 
+    <script async src="https://js.stripe.com/v3/pricing-table.js"></script>
     <stripe-pricing-table pricing-table-id="prctbl_1RjI0sH2jVzVOptSbsbzfGUh"
     publishable-key="pk_live_51NYUFhH2jVzVOptSXaLQ9XGrka7IAxP9qjzyQfWSYPm9kaYKciajFO2EvqLQg4YjzKlWxLp9zJww2h3xoImG5a8L00jc1FjSG0">
     </stripe-pricing-table>