Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Created February 4, 2026 13:42
Show Gist options
  • Select an option

  • Save dcomartin/ea5f843bf23051b6c28253514f2a9b65 to your computer and use it in GitHub Desktop.

Select an option

Save dcomartin/ea5f843bf23051b6c28253514f2a9b65 to your computer and use it in GitHub Desktop.
if (paymentGateway.IsInvoicePaid(cmd.OrderId))
{
await paymentGateway.Charge(
amount: cmd.Amount,
orderId: cmd.OrderId
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment