Skip to content

Commit

Permalink
Bundle packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
zypeh committed Jul 12, 2019
1 parent 7501959 commit 0a106de
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 71 deletions.
2 changes: 1 addition & 1 deletion dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export interface RMSDKInstance {
oauthInstance: AxiosInstance;
openApiInstance: AxiosInstance;
initQuickPay: (acessToken: string, data: object) => Promise<any>;
refund: (accessToken: string, data: object) => any;
refund: (acessToken: string, data: object) => Promise<any>;
reverse: (acessToken: string, data: object) => Promise<any>;
getPaymentTransactions: (acessToken: string) => Promise<any>;
getPaymentTransactionById: (acessToken: string, Id: string) => Promise<any>;
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: 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/loyalty.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/loyalty.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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { RMSDKInstance } from '../';
* @return {Object} Transaction object("item")
*/
export declare function initQuickPay(this: RMSDKInstance, accessToken: string, data: object): Promise<any>;
export declare function refund(this: RMSDKInstance, accessToken: string, data: object): () => Promise<void>;
export declare function refund(this: RMSDKInstance, accessToken: string, data: object): Promise<any>;
export declare function reverse(this: RMSDKInstance, accessToken: string, data: object): Promise<any>;
export declare function getPaymentTransactions(this: RMSDKInstance, accessToken: string): Promise<any>;
export declare function getPaymentTransactionById(this: RMSDKInstance, accessToken: string, Id: string): Promise<any>;
Expand Down
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.

Loading

0 comments on commit 0a106de

Please sign in to comment.