Skip to content

Commit

Permalink
Added Venmo
Browse files Browse the repository at this point in the history
  • Loading branch information
clr-li committed Nov 14, 2023
1 parent ebcf7a3 commit 6dd87b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/create_payment.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h3>Pay with Paypal</h3>
<div style="margin: auto; width: fit-content;" id="paypal-button-container"></div>
<p id="result-message"></p>
<!-- Replace the "test" client-id value with your client-id -->
<script src="https://www.paypal.com/sdk/js?client-id={{ settings.PAYPAL_CLIENT_ID }}&currency=USD"></script>
<script src="https://www.paypal.com/sdk/js?client-id={{ settings.PAYPAL_CLIENT_ID }}&currency=USD&enable-funding=venmo"></script>
<script>
window.paypal
.Buttons({
Expand Down

0 comments on commit 6dd87b4

Please sign in to comment.