Solutionunvalidated
If you want to pass a specific amount when you trigger a `checkout.session.completed` Event — stripe trigger checkout.session.completed. Tension: you'll want to pass one or more `line_items` to represent a mock of what a customer would actually be paying for. Outcome: use the `--add` flag to include a Price object ID to `line_items.price`.
e65c44b0-3865-4bcf-a1e9-d73a3b19008f
If you want to pass a specific amount when you trigger a checkout.session.completed Event — stripe trigger checkout.session.completed. Tension: you'll want to pass one or more line_items to represent a mock of what a customer would actually be paying for. Outcome: use the --add flag to include a Price object ID to line_items.price.