![require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages](https://cdn.sanity.io/images/cgdhsj6q/production/be8ab80c8efa5907bc341c6fefe9aa20d239d890-1600x1097.png?w=400&fit=max&auto=format)
Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
uniteller-node
Advanced tools
Модуль для интеграции node проекта с системой оплаты от Uniteller.
Модуль для интеграции node проекта с системой оплаты от Uniteller. В текущей версии доступно всего 2 метода:
Другие методы сервиса Uniteller будут добавлены в последующих версиях данного модуля.
npm i uniteller-node // or yarn add uniteller-node
const Uniteller = require('uniteller-node')({
UPID: '00000000',
LOGIN: '0000',
PASSWORD: 'YOUR PASSWORD',
URL: 'UNITALLER CALLBACK URL',
DEBUG: true or false
})
Uniteller.getPaymentLink({orderId: 'ORDERID', amount: 500})
Uniteller.getPaymentLink({amount: 500})
// если не указать параметр orderId в методе getPaymentLink, тогда orderId будет создан автоматически на стороне Uniteller и вернётся в ответе данного метода в параметре OrderID.
Uniteller.checkPaymentStatus({orderId: 'ORDERID'})
Все параметры можно найти в вашем личном кабинете (ЛК) по адресу https://lk.uniteller.ru/
Расположение параметра в ЛК https://lk.uniteller.ru/#/upoints/filter Uniteller Point ID - состоит из цифр
! Не путайте с логином от личного кабинета. Расположение параметра в ЛК https://lk.uniteller.ru/#/authparams/
! Не путайте с паролем от личного кабинета. Расположение параметра в ЛК https://lk.uniteller.ru/#/authparams/
Адрес куда будет перенаправлен пользователь, если он нажмёт на ссылку "вернуться в магазин"
Включение режима отладки
FAQs
Модуль для интеграции node проекта с системой оплаты от Uniteller.
The npm package uniteller-node receives a total of 16 weekly downloads. As such, uniteller-node popularity was classified as not popular.
We found that uniteller-node demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.