dev add reset password
Test Workflow / test (push) Successful in 3s

This commit is contained in:
vladp
2026-02-18 16:14:17 +07:00
parent 8811f3ce0e
commit 3d5856d302
7 changed files with 232 additions and 2 deletions
@@ -0,0 +1,10 @@
package ru.soune.nocopy.entity.payment;
public enum PaymentStatus {
PENDING,
WAITING,
SUCCEEDED,
CANCELED,
FAILED
}