Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Saman Gateway files not the same in nuget.org and Github source code #379

Open
Amirghk opened this issue Nov 29, 2023 · 0 comments
Open
Assignees

Comments

@Amirghk
Copy link

Amirghk commented Nov 29, 2023

Bug description (wIthout specifiing the sensitive data)
توضیح خطا (بدون ذکر کردن اطلاعات خصوصی درگاه بانکی)
Saman gateway files aren't the same in nuget.org (version 3.9.1) and latest on github (or release version 3.9).
for example the file SamanGatewayAccount.cs has the following implementation in github:

using Parbad.Abstraction;

namespace Parbad.Gateway.Saman
{
    public class SamanGatewayAccount : GatewayAccount
    {
        public string TerminalId { get; set; }

        public string Password { get; set; }
    }
}

an in nuger.org it has the following implementation:

using Parbad.Abstraction;

namespace Parbad.Gateway.Saman
{
    public class SamanGatewayAccount : GatewayAccount
    {
        public string MerchantId { get; set; }

        public string Password { get; set; }
    }
}

Package name and version
نام و نسخه پکیج

  • Package Name: Parbad
  • Version: 3.9.0

Web application type:
نوع برنامه وب

  • ASP.NET CORE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants