feat: Save balance after successful payment #81

Merged
ptran merged 2 commits from feature/save-balance into main 2025-03-13 14:18:31 +00:00
Showing only changes of commit 07a5cee330 - Show all commits

View file

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