AlexXanderGrib / yoomoney-sdk

:bank: YooMoney (formerly Yandex.Money) (yoomoney.ru) API SDK for node JS. Fully Typed
https://npmjs.com/package/yoomoney-sdk
MIT License
33 stars 2 forks source link

operation-details возвращает operation-history #3

Closed bairock closed 3 years ago

bairock commented 3 years ago
async operationDetails(parameters) {
    return await this.call("operation-history", parameters); // ==> return await this.call("operation-details", parameters)
}
AlexXanderGrib commented 3 years ago

Починено в версии 1.2.3