setupSandbox method

void setupSandbox()

Setup defaults to Sandbox credentials

Implementation

void setupSandbox() {
  endpoint = "https://pixel-pay.com";
  auth_key = "1234567890";
  auth_hash = Helpers.hash("MD5",
      "@s4ndb0x-abcd-1234-n1l4-p1x3l"); // MD5: @s4ndb0x-abcd-1234-n1l4-p1x3l

  environment = Environment.SANDBOX;
}