Skip to content

Commit 888cff7

Browse files
authored
Merge pull request #142 from flexcodelabs/develop
develop
2 parents 7c849ab + 665d1d3 commit 888cff7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/mno/src/modules/selcom/services/selcom.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
MnoCheckout,
66
ErrorResponse,
77
} from 'azampay/lib/shared/interfaces/base.interface';
8-
import crypto from 'crypto';
8+
import * as crypto from 'crypto';
99

1010
// Types
1111
type SelcomPayload = Record<string, string>;

0 commit comments

Comments
 (0)