We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c849ab + 665d1d3 commit 888cff7Copy full SHA for 888cff7
1 file changed
apps/mno/src/modules/selcom/services/selcom.service.ts
@@ -5,7 +5,7 @@ import {
5
MnoCheckout,
6
ErrorResponse,
7
} from 'azampay/lib/shared/interfaces/base.interface';
8
-import crypto from 'crypto';
+import * as crypto from 'crypto';
9
10
// Types
11
type SelcomPayload = Record<string, string>;
0 commit comments