Skip to content

Commit 93c1597

Browse files
authored
Merge pull request #81 from PasinduPrabhashitha/async-messaging
feat ✨ : add addtional amount field
2 parents 9a62a04 + 9717bca commit 93c1597

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/Florage.Shared/Dtos/Payment/PublishPaymentCreatedDto.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ public class PublishPaymentCreatedDto
66
public string UserName { get; set; } = string.Empty;
77
public string Email { get; set; } = string.Empty;
88
public string PhoneNumber { get; set; } = string.Empty;
9+
public float Amount { get; set; }
910
}
1011
}

0 commit comments

Comments
 (0)