refactored payment orchestration
This commit is contained in:
@@ -21,6 +21,8 @@ type ConfirmationRequest struct {
|
||||
TimeoutSeconds int32 `bson:"timeoutSeconds,omitempty" json:"timeout_seconds,omitempty"`
|
||||
SourceService string `bson:"sourceService,omitempty" json:"source_service,omitempty"`
|
||||
Rail string `bson:"rail,omitempty" json:"rail,omitempty"`
|
||||
OperationRef string `bson:"operationRef,omitempty" json:"operation_ref,omitempty"`
|
||||
IntentRef string `bson:"intentRef,omitempty" json:"intent_ref,omitempty"`
|
||||
}
|
||||
|
||||
type ConfirmationResult struct {
|
||||
|
||||
Reference in New Issue
Block a user