Cambios para la edicion de correos en pasarela

This commit is contained in:
User
2025-11-24 11:46:18 -06:00
parent c08c9618f4
commit e0b0e6346b
6 changed files with 1339 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
var apiKey = "hmngy-TGFNKK1ZDpj7fUe41OOlh9k-CoYss53A";
var apiKey = "hmngy-60lXd3pZRePVdSpItDhnC3408GvLDHU4";
function stripeTokenHandler(token) {
let form = document.getElementById("payment-form");
@@ -11,7 +11,7 @@ function stripeTokenHandler(token) {
document.addEventListener("DOMContentLoaded", () => {
fetch("https://gateway.calidadbmasconsulting.com/api/obtLavePublicaStripe", {
fetch("http://127.0.0.1:8000/api/obtLavePublicaStripe", {
method: "POST",
headers: {
"Content-Type": "application/json",
@@ -104,7 +104,7 @@ document.addEventListener("DOMContentLoaded", () => {
`;
fetch("https://gateway.calidadbmasconsulting.com/api/createPayment", {
fetch("http://127.0.0.1:8000/api/createPayment", {
method: "POST",
headers: {
"Content-Type": "application/x-www-form-urlencoded",