docs fix
This commit is contained in:
1
interface/external/endpoint_type.yaml
vendored
1
interface/external/endpoint_type.yaml
vendored
@@ -8,3 +8,4 @@ components:
|
||||
- cryptoAddress
|
||||
- card
|
||||
- cardToken
|
||||
- wallet
|
||||
|
||||
1
interface/external/fx_side.yaml
vendored
1
interface/external/fx_side.yaml
vendored
@@ -3,6 +3,5 @@ components:
|
||||
FxSide:
|
||||
type: string
|
||||
enum:
|
||||
- unspecified
|
||||
- buy_base_sell_quote
|
||||
- sell_base_buy_quote
|
||||
|
||||
1
interface/external/payment_kind.yaml
vendored
1
interface/external/payment_kind.yaml
vendored
@@ -3,7 +3,6 @@ components:
|
||||
PaymentKind:
|
||||
type: string
|
||||
enum:
|
||||
- unspecified
|
||||
- payout
|
||||
- internal_transfer
|
||||
- fx_conversion
|
||||
|
||||
13
interface/external/payment_state.yaml
vendored
13
interface/external/payment_state.yaml
vendored
@@ -3,10 +3,9 @@ components:
|
||||
PaymentState:
|
||||
type: string
|
||||
enum:
|
||||
- payment_state_unspecified
|
||||
- payment_state_accepted
|
||||
- payment_state_funds_reserved
|
||||
- payment_state_submitted
|
||||
- payment_state_settled
|
||||
- payment_state_failed
|
||||
- payment_state_cancelled
|
||||
- orchestration_state_unspecified
|
||||
- orchestration_state_created
|
||||
- orchestration_state_executing
|
||||
- orchestration_state_needs_attention
|
||||
- orchestration_state_settled
|
||||
- orchestration_state_failed
|
||||
|
||||
Reference in New Issue
Block a user