quotation service fixed
This commit is contained in:
@@ -26,10 +26,11 @@ enum Operation {
|
||||
enum Rail {
|
||||
RAIL_UNSPECIFIED = 0;
|
||||
RAIL_CRYPTO = 1;
|
||||
RAIL_PROVIDER_SETTLEMENT = 2;
|
||||
RAIL_SETTLEMENT = 2;
|
||||
RAIL_LEDGER = 3;
|
||||
RAIL_CARD_PAYOUT = 4;
|
||||
RAIL_FIAT_ONRAMP = 5;
|
||||
RAIL_CARD = 4;
|
||||
RAIL_ONRAMP = 5;
|
||||
RAIL_OFFRAMP = 6;
|
||||
}
|
||||
|
||||
// Operations supported in a payment plan.
|
||||
|
||||
Reference in New Issue
Block a user