Skip to content

Commit 9792d7c

Browse files
committed
fix: sinpe SettlementInstruction
1 parent d3d39a4 commit 9792d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OasisApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export type MockSettlementInstruction = {
125125
contractId: string,
126126
}
127127

128-
export type SettlementInstruction = SepaSettlementInstruction | SinpeMovilClearingInstruction | MockSettlementInstruction;
128+
export type SettlementInstruction = SepaSettlementInstruction | SinpeMovilSettlementInstruction | MockSettlementInstruction;
129129

130130
export type SettlementTokens = Partial<{
131131
authorization: string,

0 commit comments

Comments
 (0)