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 372fe41 commit 3cc798fCopy full SHA for 3cc798f
src/index.ts
@@ -21,7 +21,7 @@ import { Config } from './Config';
21
import { Currency } from './Currency';
22
import { Facade } from './Facade';
23
import * as Env from './Env';
24
-import * as Environment from './Env';
+import * as Environment from './Environment';
25
import * as Invoice from './Model/Invoice/Invoice';
26
import * as InvoiceStatus from './Model/Invoice/InvoiceStatus';
27
import * as RefundStatus from './Model/Invoice/RefundStatus';
0 commit comments