IO format fixes and implemented res payment

This is a small commit to include the feature for paying for a
reservation, specifically only the 60-day-in-advance reservation type as
the others are paid for at specific periods. Other fixes include just
some formatting for reports.
This commit is contained in:
雲華
2022-04-16 13:59:27 -04:00
parent f75a384d0a
commit 989a4dd65c
5 changed files with 146 additions and 15 deletions

View File

@@ -265,7 +265,7 @@ namespace Ophelias.Managers
if (!string.IsNullOrEmpty(CreditCard))
{
QueryParts.Add($"CreditCard = @CC");
QueryParts.Add($"CreditCard = @CreditCard");
}
if (!string.IsNullOrEmpty(Expiration))