문제

I am try to integrate a paypal express checkout in my java application.When I try to access the token,it returns null.Here is my code

SetExpressCheckoutResponseType set=s.setExpressCheck();
 if(set!=null)
 System.out.println(set.getToken());

it prints null

도움이 되었습니까?

해결책

Uhm that is a little bit too less information. What is s. What librarby|framework do you use? Did you read express-checkout? I'm guessing that you use the Paypal Api.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top