Paiement fonctionne

This commit is contained in:
Victor Turgeon
2022-12-08 20:27:06 -05:00
parent 10abe82b83
commit 4705da96db
9 changed files with 1562 additions and 39 deletions

View File

@@ -8,4 +8,5 @@ public class ChargeReturnModel {
public string Email { get; set; }
public string Phone { get; set; }
public int Invoice { get; set; }
public string LastFourDigits { get; set; }
}