You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
من طبق کدهای سمپل رفتم جلو ولی خطا میده.البته با مرچنت تست انجام دادم
var result = await _onlinePayment.RequestAsync(invoice =>
{
invoice.SetZarinPalData("Description")
.SetGateway("ZarinPal")
.SetCallbackUrl(callbackUrl)
.SetAmount(new Money(Price))
.UseAutoIncrementTrackingNumber()
.UseZarinPal();
});
همش status =false میده نوع برنامه وب
ASP.NET CORE
The text was updated successfully, but these errors were encountered:
درود
اگر در این درگاه حساب دارید، از پشتیبانی سوال کنید آیا درگاه تست رو همچنان دارند یا خیر.
پیاده سازی فعلی، طبق مستندات خودشون هست و بنابراین اگر مشکلی وجود داشته باشه، باید یا از سمت اونا باشه، یا اینکه درگاه تست اونها مشکلاتی داره.
نتیجه رو لطفا به من هم اطلاع بدید.
موفق باشید
Downgrading to version 1.2.0 of package Parbad.Gateway.ZarinPal solved the problem.
The latest version gives unknown error (500 server error from ZarinPal's own api)
من طبق کدهای سمپل رفتم جلو ولی خطا میده.البته با مرچنت تست انجام دادم
var result = await _onlinePayment.RequestAsync(invoice =>
{
invoice.SetZarinPalData("Description")
.SetGateway("ZarinPal")
.SetCallbackUrl(callbackUrl)
.SetAmount(new Money(Price))
.UseAutoIncrementTrackingNumber()
.UseZarinPal();
});
همش status =false میده
نوع برنامه وب
The text was updated successfully, but these errors were encountered: