Skip to main content

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)

 

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

 


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


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


Reply