Skip to content

Commit

Permalink
Merge pull request #15 from shoharto/main
Browse files Browse the repository at this point in the history
🐛 solved sortObject() for nested objects payloads
  • Loading branch information
myussufz authored Feb 15, 2022
2 parents 0a106de + 7099a06 commit 64e5ea5
Show file tree
Hide file tree
Showing 19 changed files with 114 additions and 28 deletions.
1 change: 1 addition & 0 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export interface RMSDKInstance {
getTransactionUrl: (accessToken: string) => Promise<any>;
getTransactionUrlByCode: (accessToken: string, code: string) => Promise<any>;
getTransactionsByCode: (accessToken: string, code: string) => Promise<any>;
createWebPayment: (acessToken: string, data: object) => Promise<any>;
};
}
export declare function RMSDK(instanceConfig?: config): RMSDKInstance;
Expand Down
2 changes: 1 addition & 1 deletion dist/index.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/payment/quickPay.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 3 additions & 6 deletions dist/payment/quickPay.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 64e5ea5

Please sign in to comment.