Skip to content

Commit

Permalink
test for mail
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianMF1 committed May 26, 2024
1 parent 8dfda94 commit faf23ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flights/checkout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const Checkout = () => {

const pdfResponse = await axios.post("https://8ujhmk0td0.execute-api.us-east-2.amazonaws.com/Produccion2/reciept-dev-createPDF", {

Check failure on line 47 in src/flights/checkout.jsx

View workflow job for this annotation

GitHub Actions / test-and-lint

Replace `"https://8ujhmk0td0.execute-api.us-east-2.amazonaws.com/Produccion2/reciept-dev-createPDF",` with `⏎············"https://8ujhmk0td0.execute-api.us-east-2.amazonaws.com/Produccion2/reciept-dev-createPDF",⏎···········`
usuario: transaction.email,

Check failure on line 48 in src/flights/checkout.jsx

View workflow job for this annotation

GitHub Actions / test-and-lint

Insert `··`
vuelo: `${flightDetails.departure_airport.id} - ${flightDetails.arrival_airport.id}`,
vuelo: `${flightDetails[0].departure_airport.id} - ${flightDetails[0].arrival_airport.id}`,
precio: transaction.amount
});

Expand Down

0 comments on commit faf23ef

Please sign in to comment.