extended aurora scenarios + payment operation amounts
This commit is contained in:
@@ -6,6 +6,7 @@ option go_package = "github.com/tech/sendico/pkg/proto/payments/orchestration/v2
|
||||
|
||||
import "google/protobuf/timestamp.proto";
|
||||
import "api/proto/common/gateway/v1/gateway.proto";
|
||||
import "api/proto/common/money/v1/money.proto";
|
||||
import "api/proto/common/pagination/v1/cursor.proto";
|
||||
import "api/proto/payments/shared/v1/shared.proto";
|
||||
import "api/proto/payments/quotation/v2/quotation.proto";
|
||||
@@ -175,6 +176,10 @@ message StepExecution {
|
||||
ReportVisibility report_visibility = 9;
|
||||
// Optional user-facing operation label.
|
||||
string user_label = 10;
|
||||
// Final amount processed by this step (if known).
|
||||
common.money.v1.Money executed_money = 11;
|
||||
// Converted amount produced by this step (for FX operations).
|
||||
common.money.v1.Money converted_money = 12;
|
||||
}
|
||||
|
||||
// Kept local on purpose: no shared enum exists for orchestration step runtime.
|
||||
|
||||
Reference in New Issue
Block a user