Skip to content

Commit 8cef286

Browse files
committed
2.5.27
1 parent 9f0c2fa commit 8cef286

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "paystack-sdk",
3-
"version": "2.5.26",
3+
"version": "2.5.27",
44
"description": "Paystack SDK written in Typescript",
55
"main": "dist/index.js",
66
"author": "Tech Priest",

src/settlement/interface.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ export interface SettlementTransaction {
6363
message?: string;
6464
gateway_response: string;
6565
fees: number;
66-
metadata: Record<string,unknown>;
66+
metadata: Record<string, unknown>;
6767
customer: CustomerType;
68-
authorization: Authorization
68+
authorization: Authorization;
6969
subaccount: SubAccountType;
7070
}
7171

0 commit comments

Comments
 (0)