From 288093d222247aa2d8b53d0a0c61a0820b6631c3 Mon Sep 17 00:00:00 2001 From: Arash Zandi Date: Mon, 3 Feb 2020 12:15:29 +0330 Subject: [PATCH 1/2] Email Added --- Method_2_REST/Controllers/HomeController.cs | 1 + 1 file changed, 1 insertion(+) 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" } }; From 62cb4a150d9301bc8bded6621eb87cc32bfa81d5 Mon Sep 17 00:00:00 2001 From: Arash zandi Date: Mon, 3 Feb 2020 12:23:30 +0330 Subject: [PATCH 2/2] Email added to Read.me --- README.md | 1 + 1 file changed, 1 insertion(+) 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", "خرید تست" } };