Added check_duplication step

This commit is contained in:
Inal Arsanukaev 2019-07-16 10:43:45 +03:00
parent 87eb20fe87
commit d281291063
2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.rbkmoney</groupId>
<artifactId>adapter-bank-payout-spring-boot-starter</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<packaging>jar</packaging>
<name>Adapter-bank-payout-spring-boot-starter</name>

View File

@ -1,6 +1,7 @@
package com.rbkmoney.adapter.bank.payout.spring.boot.starter.model;
public enum Step {
CHECK_DUPLICATION,
PAYOUT,
CHECK
}