fixed linting config

This commit is contained in:
Stephan D
2026-02-12 13:00:37 +01:00
parent 97395acd8f
commit 7cbcbb4b3c
42 changed files with 1813 additions and 237 deletions

View File

@@ -16,6 +16,8 @@ message QuotePaymentRequest {
message QuotePaymentResponse {
payments.shared.v1.PaymentQuote quote = 1;
string idempotency_key = 2;
// Non-empty when quote is valid for pricing but cannot be executed.
string execution_note = 3;
}
message QuotePaymentsRequest {