Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Step 1: DinePlan POS Systems should include the ProgramSetting to be added by executing the following Query

Code Block
update ProgramSettingValues set Value='http://10.188.188.50:8080' where Name='SunTechPostingUrl';

...


IF @@ROWCOUNT = 0

...


   INSERT INTO ProgramSettingValues(Name, Value) values ('SunTechPostingUrl', 'http://10.188.188.50:8080');

Step 2: The Payment Type should be added as below with the correct processor

...