chore: set new env
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import {http} from "../utils/http";
|
||||
import { http } from "../utils/http";
|
||||
import { http2 } from "../utils/http2";
|
||||
import {botsRepository} from "../repository/bots";
|
||||
import { orderRepository } from "../repository/order";
|
||||
|
||||
@@ -12,6 +13,6 @@ export class LockeyStore {
|
||||
}
|
||||
|
||||
createPayment(body) {
|
||||
return http.post(orderRepository.url.payment(), body);
|
||||
return http2.post(orderRepository.url.payment(), body);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user