|
@@ -112,6 +112,7 @@ public class PaypalService {
|
|
|
if(StringUtils.isNotBlank(subscription_id)){
|
|
if(StringUtils.isNotBlank(subscription_id)){
|
|
|
payFlag= true;
|
|
payFlag= true;
|
|
|
trade_no = subscription_id;
|
|
trade_no = subscription_id;
|
|
|
|
|
+ openId = request.getParameter("token");
|
|
|
return true;
|
|
return true;
|
|
|
}
|
|
}
|
|
|
|
|
|