yoomoney-sdk
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -40,3 +40,2 @@ "use strict"; | ||
const json = await response.json(); | ||
console.log({ json }); | ||
if (json.error) | ||
@@ -43,0 +42,0 @@ throw new YMAuthError(json.error); |
{ | ||
"name": "yoomoney-sdk", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "YooMoney typed SDK", | ||
@@ -18,3 +18,4 @@ "main": "dist/index.js", | ||
"files": [ | ||
"dist" | ||
"dist", | ||
"docs" | ||
], | ||
@@ -21,0 +22,0 @@ "repository": { |
# YooMoney NodeJS SDK | ||
<center> | ||
<img src="docs/assets/logo.svg" alt="YooMoney SDK" /> | ||
</center> | ||
## Почему именно эта библиотека? | ||
@@ -45,1 +49,5 @@ | ||
- `response` - Ответ полностью | ||
### Интересует приём и отправка P2P платежей по РФ на NodeJS? | ||
У нас есть точно такое-же типизированное SDK для QIWI 👉 [github.com/AlexXanderGrib/node-qiwi-sdk](https://github.com/AlexXanderGrib/node-qiwi-sdk) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
90201
20
53
1076