Add new step (#16)

This commit is contained in:
Kostya 2019-12-17 18:35:32 +03:00 committed by GitHub
parent 240cf407f8
commit 1d0f8a8c05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 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.2</version>
<version>1.0.3</version>
<packaging>jar</packaging>
<name>Adapter-bank-payout-spring-boot-starter</name>

View File

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