Guest User

Untitled

a guest
Feb 21st, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. request failure with http statusCode:401,exception:org.apache.http.client.HttpResponseException: Unauthorized
  2. request failed with server response:{"name":"UNAUTHORIZED_PAYMENT","message":"Unauthorized payment.","information_link":"https://developer.paypal.com/docs/api/payments/#errors","debug_id":"d658b"}
  3.  
  4. PayPalConfiguration config = new PayPalConfiguration()
  5. .environment(PayPalConfiguration.ENVIRONMENT_PRODUCTION)
  6. .clientId(CONFIG_CLIENT_ID)
  7. .rememberUser(false);
Add Comment
Please, Sign In to add comment