-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f7f3b3d
commit 802053f
Showing
2 changed files
with
24 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
package samanpayment | ||
|
||
var codes = map[int]string{ | ||
1: "تراکنش توسط خریدار کنسل شده است.", | ||
2: "پرداخت با موفقیت انجام شده است.", | ||
3: "پرداخت انجام نشد.", | ||
4: "کاربر در بازه زمانی تعیین شده پاسخی ارسال نکرده است.", | ||
5: "پارامتر های ارسالی نامعتبر است.", | ||
8: "آدرس سرور پذیرنده نامعتبر است.", | ||
10: "توکن ارسال شده یافت نشد.", | ||
11: "با این شماره ترمینال فقط تراکنش های توکنی قابل پرداخت هستند.", | ||
12: "شماره ترمینال ارسال شده یافت نشد.", | ||
-100: "لطفا ورودی متد را کنترل نمائید.", | ||
-101: "مدل ورودی دارای پارامترهای نامعتبر است.", | ||
-102: "پردازش درخواست با خطا مواجه گردید.", | ||
-103: "پاسخی از سرور دریافت نشد.", | ||
-104: "ترمینال ارسالی غیرفعال می باشد.", | ||
-105: "ترمینال ارسالی در سیستم موجود نمی باشد.", | ||
-106: "آدرس آیپی درخواستی غیرمجار می باشد.", | ||
-107: "امکان وریفای کردن تراکنش موردنظر وجود ندارد.", | ||
-108: "امکان وریفای سریع برای این ترمینال وجود ندارد.", | ||
-111: "امکان تایید تراکنش وجود ندارد.", | ||
-112: "امکان برگشت تراکنش وجود ندارد.", | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters