We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f35922b commit 793b00fCopy full SHA for 793b00f
src/refund/refund.ts
@@ -9,7 +9,7 @@ import {
9
import { BadRequest } from '../interface';
10
11
export class Refund {
12
- http: Axios;
+ private http: Axios;
13
constructor(http: Axios) {
14
this.http = http;
15
}
src/transfer/transfer.ts
@@ -18,7 +18,7 @@ interface BadRequest {
18
19
20
export class Transfer {
21
22
public control: Control;
23
24
0 commit comments