Skip to main content
Solved

CreateProcessor function parementer always null

  • 1 April 2024
  • 3 replies
  • 38 views

Hi,

Im building payment processor plugin. I added single parameter APIKEY to the plugin

But for the function CreateProcessor parameter settingsValues is always null. Any suggestion why and if there is any way to fix?

public T CreateProcessor<T>(IEnumerable<SettingsValue> settingValues)

 

3 replies

Userlevel 2
Badge

To be more specific once acumatica sends parameters but it also null

 

Userlevel 2
Badge

Figured out this is regular behavior and settings are provided when exact functionality is requested

Userlevel 7
Badge

Thank you for sharing your solution with the community @hotdok!

Reply