+source currency pick fix +fx side propagation

This commit is contained in:
Stephan D
2026-02-26 02:39:48 +01:00
parent 008427483c
commit 70b1c2a9cc
73 changed files with 2123 additions and 656 deletions

View File

@@ -6,6 +6,7 @@ option go_package = "github.com/tech/sendico/pkg/proto/payments/quotation/v2;quo
import "api/proto/payments/shared/v1/shared.proto";
import "api/proto/common/money/v1/money.proto";
import "api/proto/common/fx/v1/fx.proto";
import "api/proto/common/payment/v1/settlement.proto";
import "api/proto/payments/endpoint/v1/endpoint.proto";
import "api/proto/payments/quotation/v2/interface.proto";
@@ -19,6 +20,7 @@ message QuoteIntent {
payments.quotation.v2.FeeTreatment fee_treatment = 5;
string settlement_currency = 6;
string comment = 7;
common.fx.v1.Side fx_side = 8;
}
// QuotePaymentRequest is the request to quote a single v2 payment.