Chargily / chargily-epay-js

JavaScript Library for Chargily ePay Gateway
https://dev.chargily.com/docs/#/epay-js
27 stars 9 forks source link

npm install chargily-epay-js doesn't work #5

Closed rizd-7 closed 1 year ago

rizd-7 commented 1 year ago

when I type the command to install the package , it acts like it doesn't exist . I'm trying to install it manually and I didn't find out how yet , hope the probleme will be solved soon.

DidoHZ commented 1 year ago

try this install command :

npm i chargily-epay-gateway

From npm packages Chargily-epay-gateway

rofazayn commented 1 year ago

Looks like they changed the name of the package from chargily-epay-js to chargily-epay-gateway, try this command instead:

npm i chargily-epay-gateway
or
yarn add chargily-epay-gateway

I'll open up a PR to update their README file.

rofazayn commented 1 year ago

Should be fixed in #6

ChargilyDev commented 1 year ago

Looks like they changed the name of the package from chargily-epay-js to chargily-epay-gateway, try this command instead:

npm i chargily-epay-gateway
or
yarn add chargily-epay-gateway

I'll open up a PR to update their README file.