новый путь отправки пополнения счёта
This commit is contained in:
parent
c4db4a80af
commit
724d8b7388
@ -131,7 +131,7 @@ function TariffPage() {
|
||||
var link = document.createElement("a");
|
||||
link.href =
|
||||
"https://hub.pena.digital" +
|
||||
`/payment?action=squizpay&dif=${
|
||||
`/quizpayment?action=squizpay&dif=${
|
||||
(price - Number(user.wallet.cash)) * 100
|
||||
}`;
|
||||
document.body.appendChild(link);
|
||||
|
@ -109,7 +109,7 @@ export default function EditPage({
|
||||
const isConditionMet =
|
||||
[1].includes(currentStep) && quizConfig.type !== "form";
|
||||
|
||||
console.log(quiz);
|
||||
console.log("quiz", quiz);
|
||||
return (
|
||||
<>
|
||||
<Box
|
||||
|
Loading…
Reference in New Issue
Block a user