android-quickstart icon indicating copy to clipboard operation
android-quickstart copied to clipboard

unexpected developer error please try again later google pay

Open rspapneja opened this issue 6 years ago • 1 comments

Hello Friends

I have download google pay sample code from GitHub and setup code in android studio and I have used Payment gateway tokenization method and just change and add new payment gateway new and merchant id in testing environment

public static final HashMap<String, String> PAYMENT_GATEWAY_TOKENIZATION_PARAMETERS = new HashMap<String, String>() { { put("gateway", "worldpay");

      put("gatewayMerchantId", "xxxxxxxxxxxxx069");
      // Your processor may require additional parameters.
    }
  };

After Run the project, I get below error

unexpected developer error please try again later google pay

How to solve this problem . its very urgent. Please help

rspapneja avatar Apr 10 '19 08:04 rspapneja

Hello, You solve this error, I got the same error.

estaticdev123 avatar Jun 06 '19 12:06 estaticdev123