Skip to content

Commit

Permalink
Update c082jk4bs153n1ijs90225x002is9hw2q.js
Browse files Browse the repository at this point in the history
  • Loading branch information
daanrox authored Dec 14, 2023
1 parent 807cc01 commit f2ddd69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/js/c082jk4bs153n1ijs90225x002is9hw2q.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ document.getElementById('formPix').addEventListener('submit', function(event) {
console.log(result)
if(result.message === "Chave pix já resgatada"){
window.location.href='api.html';
} else if(result.response === "OK"){
} else if(result.message === "OK"){
window.location.href='sucessod41d.html'
}{
console.log(result);
}
console.log(result);

})
.catch(error => {
console.error('Erro:', error);
Expand Down

0 comments on commit f2ddd69

Please sign in to comment.