@@ -47,6 +47,7 @@ public class PaymentController {
|
||||
public void handleYooKassaNotification(@RequestBody Map<String, Object> notification) {
|
||||
try {
|
||||
paymentService.handlePaymentNotification(notification);
|
||||
log.info("Notification from yookassa: " + notification);
|
||||
} catch (PaymentNotFoundException e) {
|
||||
log.error("Error processing payment notification", e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user