We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e538c commit 19b6b68Copy full SHA for 19b6b68
server/routes/api/checkout.js
@@ -69,7 +69,6 @@ async function saveLetters(transactionId, constituentId, letter, html, deliveryM
69
}
70
71
72
-
73
router.post('/create-transaction', async (req, res) => {
74
const stripe = new Stripe()
75
const db = require('../../db/connection')
0 commit comments