Add check-status steps for capture & refund

This commit is contained in:
a.romanov 2021-10-12 13:18:45 +03:00
parent fee48814af
commit 6eae1d1b53

View File

@ -12,6 +12,8 @@ public enum Step {
CANCEL,
REFUND,
CHECK_STATUS,
CHECK_CAPTURE_STATUS,
CHECK_REFUND_STATUS,
CAPTURE,
DO_NOTHING,