mirror of
https://github.com/valitydev/adapter-common-lib.git
synced 2024-11-06 10:15:23 +00:00
Added mobile pay step
This commit is contained in:
parent
d265b040a4
commit
c39c5567f5
2
pom.xml
2
pom.xml
@ -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>
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user