Cambios para la edicion de correos en pasarela
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user