Skip to content

Commit 412ff87

Browse files
Update src/settlement/interface.ts
Co-authored-by: Asaju Enitan Michael <16443589+tekpriest@users.noreply.github.com>
1 parent 4588167 commit 412ff87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/settlement/interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export interface SettlementTransaction {
6464
gateway_response: string;
6565
fees: number;
6666
metadata: Record<string,unknown>;
67-
customer: CustomerResponse;
67+
customer: CustomerType;
6868
authorization: Authorization
6969
subaccount: SubAccountResponse;
7070
}

0 commit comments

Comments
 (0)