Skip to content

Commit

Permalink
Merge pull request #81 from PasinduPrabhashitha/async-messaging
Browse files Browse the repository at this point in the history
feat ✨ : add addtional amount field
  • Loading branch information
pasindu-pr authored Apr 26, 2023
2 parents 9a62a04 + 9717bca commit 93c1597
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ public class PublishPaymentCreatedDto
public string UserName { get; set; } = string.Empty;
public string Email { get; set; } = string.Empty;
public string PhoneNumber { get; set; } = string.Empty;
public float Amount { get; set; }
}
}

0 comments on commit 93c1597

Please sign in to comment.