Fix indentation

This commit is contained in:
ghubstan 2020-09-22 16:31:31 -03:00
parent 8896372a0f
commit 1f307c8263
No known key found for this signature in database
GPG Key ID: E35592D6800A861E

View File

@ -107,7 +107,7 @@ service PaymentAccounts {
} }
message CreatePaymentAccountRequest { message CreatePaymentAccountRequest {
string paymentMethodId = 1; string paymentMethodId = 1;
string accountName = 2; string accountName = 2;
string accountNumber = 3; string accountNumber = 3;
// TODO Support all currencies. Maybe add a repeated and if only one is used its a singletonList. // TODO Support all currencies. Maybe add a repeated and if only one is used its a singletonList.