This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user