Skip to content

Commit 3cc798f

Browse files
committed
#134 Add export for Environment
1 parent 372fe41 commit 3cc798f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { Config } from './Config';
2121
import { Currency } from './Currency';
2222
import { Facade } from './Facade';
2323
import * as Env from './Env';
24-
import * as Environment from './Env';
24+
import * as Environment from './Environment';
2525
import * as Invoice from './Model/Invoice/Invoice';
2626
import * as InvoiceStatus from './Model/Invoice/InvoiceStatus';
2727
import * as RefundStatus from './Model/Invoice/RefundStatus';

0 commit comments

Comments
 (0)