Update the stripe api #119

Merged
jank merged 4 commits from fix-renovate into main 2025-04-02 10:21:34 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 0aa7ad1031 - Show all commits

View file

@ -61,4 +61,4 @@ public class TransactionService {
userRepository.save(user); userRepository.save(user);
transactionRepository.save(transaction); transactionRepository.save(transaction);
} }
} }

View file

@ -67,4 +67,4 @@ public class WebhookController {
return ResponseEntity.ok().body(null); return ResponseEntity.ok().body(null);
} }
} }