Added mobile pay step

This commit is contained in:
Inal Arsanukaev 2019-07-17 19:25:21 +03:00
parent d265b040a4
commit c39c5567f5
2 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<groupId>com.rbkmoney</groupId>
<artifactId>adapter-common-lib</artifactId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.8</version>
<description></description>

View File

@ -4,6 +4,7 @@ public enum Step {
PRE_AUTH,
AUTH,
AUTH_MOBILE_PAY,
FINISH_THREE_DS,
AWAIT_CALLBACK,
CANCEL,
@ -16,6 +17,7 @@ public enum Step {
AUTH_RECURRENT,
GENERATE_TOKEN_AUTH,
GENERATE_TOKEN_AUTH_MOBILE_PAY,
GENERATE_TOKEN_FINISH_THREE_DS,
GENERATE_TOKEN_CAPTURE,
GENERATE_TOKEN_REFUND,