diff --git a/Method_2_REST/Controllers/HomeController.cs b/Method_2_REST/Controllers/HomeController.cs index a2cf918..7b7d921 100644 --- a/Method_2_REST/Controllers/HomeController.cs +++ b/Method_2_REST/Controllers/HomeController.cs @@ -28,6 +28,7 @@ public async Task RequestPayment() { "Amount", "500" }, //Toman { "CallbackURL", "http://localhost:5000/Home/VerifyPayment" }, { "Mobile", "CUSTOMER-MOBLIE-NUMBER" }, //Mobile number will be shown in the transactions list of the wallet as a separate field. + { "Email", "CUSTOMER-Email-Address" }, //Email Address will be shown in the transactions list of the wallet as a separate field. { "Description", "This is a test payment" } }; diff --git a/README.md b/README.md index 3e5b998..8c27354 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ using NewZarinPal.Models; { "Amount", "500" }, //Toman { "CallbackURL", "http://localhost:5000/Home/VerifyPayment" }, { "Mobile", "CUSTOMER-MOBLIE-NUMBER" }, //Mobile number will be shown in the transactions list of the wallet as a separate field. + { "Email", "CUSTOMER-Email-Address" }, //Email Address will be shown in the transactions list of the wallet as a separate field. { "Description", "خرید تست" } };