Skip to content

Commit

Permalink
Fixing export
Browse files Browse the repository at this point in the history
  • Loading branch information
aitmiloud committed Aug 31, 2023
1 parent d812f66 commit 3573c4e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aitmiloud/cmi-payment-nodejs",
"version": "1.0.0",
"name": "cmi-payment-nodejs",
"version": "1.0.1",
"description": "npm package to communicate with the CMI payment plateform in Morocco",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/classes/CmiClient.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import BaseCmiClient from './BaseCmiClient';

export default class cmiParams extends BaseCmiClient {
export class CmiClient extends BaseCmiClient {
public redirect_post(): string {
/**
* GENERATE HASH
Expand Down
8 changes: 0 additions & 8 deletions src/helpers/uuid.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import CmiClient from './classes/CmiClient';
import {CmiClient} from './classes/CmiClient';

export default CmiClient;

0 comments on commit 3573c4e

Please sign in to comment.