Replies: 1 comment
-
درود لطفا تنظیمات رو اینجا قرار بدید تا بررسی کنیم مشکلتون رو (بدون ذکر اطلاعات حساس) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
با سلام و خسته نباشید
در زمان استفاده روی لوکال و اتصال به درگاه مجازی در زمان اجرای
var verifyResult = await _onlinePayment.VerifyAsync(invoice);
بازگشتی متد
Payment Failed
هستش و در زمان اجرای پروژه روی هاست و اتصال به درگاه ملت : اتصال به درگاه انجام میشه و نتیجه پرداختی نیز بدرستی بازگشت داده میشه به عنوان نمونه به شرح ذیل:
{"Status":0,"IsAlreadyVerified":false,"IsSucceed":true,"TrackingNumber":68,"Amount":{"Value":200000.00},"GatewayName":"Mellat","GatewayAccountName":"Default","Message":null,"AdditionalData":{},"DatabaseAdditionalData":{}}
ولی باز در زمان اجرای متد
var verifyResult = await _onlinePayment.VerifyAsync(invoice);
به مشکل برمی خورم و پاسخ بانک میشه
Invalid data is received from the gateway
ممنون میشم راهنمایی بفرمایید
Beta Was this translation helpful? Give feedback.
All reactions