Inhalte aufrufen

Profilbild

I cannot save the MerchantPassword field?


Best Answer suat_suphi , 16 July 2023 - 23:51

I forgot to add the field to MiniMapper.  issue resolved - I wrote an answer because I couldn't delete the topic title.

Go to the full post


  • Bitte melden Sie sich an, um eine Antwort zu verfassen.
1 Antwort zu diesem Thema

#1 suat_suphi

suat_suphi

    Member

  • Members
  • PunktPunkt
  • 24 Beiträge

Geschrieben: 15 July 2023 - 10:43

Hi,

I cannot save the MerchantPassword field? Other fields are being saved but not the MerchantPassword field. 

 

 

public class OnlineConfigurationModel : ConfigurationModelBase
{
    public string BankCode { get; set; }
    public string MerchantID { get; set; }
    public string MerchantUser { get; set; }
    public string MerchantPassword { get; set; }
    public string MerchantStorekey { get; set; }
    public bool TestPlatform { get; set; }
 
 
 
OnlinePaymentSettings.BankCode AKBANK
OnlinePaymentSettings.MerchantID 100100000
OnlinePaymentSettings.MerchantUser AKTESTAPI
OnlinePaymentSettings.MerchantStorekey 123456
OnlinePaymentSettings.Payment3D False
OnlinePaymentSettings.TestPlatform True


#2 suat_suphi

suat_suphi

    Member

  • Members
  • PunktPunkt
  • 24 Beiträge

Geschrieben: 16 July 2023 - 23:51   Best Answer

I forgot to add the field to MiniMapper.  issue resolved - I wrote an answer because I couldn't delete the topic title.