|
@@ -45,9 +45,6 @@ public class StripeService {
|
|
}
|
|
}
|
|
|
|
|
|
public boolean checkUserStripePay(Long userId,String userName){
|
|
public boolean checkUserStripePay(Long userId,String userName){
|
|
- if(true){
|
|
|
|
- return true;
|
|
|
|
- }
|
|
|
|
List<String> emailList = new ArrayList<>();
|
|
List<String> emailList = new ArrayList<>();
|
|
emailList.add(userName);
|
|
emailList.add(userName);
|
|
List<StripeUserEmail> list = stripeUserEmailService.getByUserId(userId);
|
|
List<StripeUserEmail> list = stripeUserEmailService.getByUserId(userId);
|