-
-
Save dcomartin/ea5f843bf23051b6c28253514f2a9b65 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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