Skip to content

Commit

Permalink
Update chargify-payment-form.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddhantshukla814 authored May 30, 2024
1 parent 50793f8 commit d358c8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/templates/account/includes/chargify-payment-form.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
var textColor = document.querySelectorAll('.my-account-page').length > 0 ? '#111111' : '#ffffff';
chargify.load({
publicKey: "<?= $ch_client_token ?>",
securityToken: "<?= $ch_security_token ?>",
type: 'card',
serverHost: "<?= $ch_site ?>", //'https://acme.chargify.com'
hideCardImage: false,
Expand Down

0 comments on commit d358c8d

Please sign in to comment.