Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando-Santana-j committed Oct 27, 2024
1 parent 2a155ea commit 2708c05
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions public/js/payment.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
const { credential } = require("firebase-admin");

let serverID = location.pathname.replace('/payment/', "")

$.ajax({
Expand Down Expand Up @@ -281,7 +279,6 @@ $.ajax({
traditional: true,
url: '/pix/create',
type: 'POST',
credential: 'include',
contentType: 'application/json',
data: JSON.stringify({
serverID: serverID,
Expand Down Expand Up @@ -325,7 +322,6 @@ $.ajax({

let session = await fetch('/subscription/update', {
method: 'POST',
credentials: 'include',
headers: {
'Content-Type': 'application/json'
},
Expand Down

0 comments on commit 2708c05

Please sign in to comment.