BluePay/BluePay-Sample-Code

c# SetParam method

Closed this issue · 1 comments

What is the purpose of the c# SetParam Method, it doesn't appear to be used and it only sets local Name value.

public void SetParam(string Name, string Value) { Name = Value; }

This was used at some point for another method, but is now deprecated and unused. Thanks for the heads up; we took it out.