dev add context for notifcations
Test Workflow / test (push) Has been cancelled

This commit is contained in:
2026-05-13 14:03:15 +07:00
parent 48c14d475d
commit cda829829c
8 changed files with 31 additions and 22 deletions
@@ -206,7 +206,7 @@ public class PaymentService {
context.put("reason", reason);
context.put("amount", payment.getAmount());
notificationService.addNotification(NotificationType.PAYMENT_RESULT, userId, context);
notificationService.addNotification(NotificationType.PAYMENT_RESULT, userId, context.toString());
}
public List<Payment> userPayments(String email) {