| 3 |
"query": "\n INSERT INTO transactions (buyer_id, seller_id, project_id, amount_cents, platform_fee_cents,\n stripe_checkout_session_id, item_title, seller_username, share_contact, promo_code_id)\n VALUES ($1, $2, $3, 0, 0, $4, 'subscription-promo-hold', '', false, $5)\n ", |