@riocrypto/common 1.0.545 → 1.0.546
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -259,14 +259,6 @@ class RioClient {
|
|
|
259
259
|
return data;
|
|
260
260
|
});
|
|
261
261
|
}
|
|
262
|
-
createBankPayment(orderId) {
|
|
263
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
264
|
-
const { data } = yield this.axios.post(`/api/payments/bank/init`, {
|
|
265
|
-
orderId,
|
|
266
|
-
});
|
|
267
|
-
return data;
|
|
268
|
-
});
|
|
269
|
-
}
|
|
270
262
|
updateAuth(update, id) {
|
|
271
263
|
return __awaiter(this, void 0, void 0, function* () {
|
|
272
264
|
const { data } = yield this.axios.patch(`/api/auth/${id || ""}`, update);
|