новый путь отправки пополнения счёта

This commit is contained in:
Nastya 2024-01-28 11:50:42 +03:00
parent c4db4a80af
commit 724d8b7388
2 changed files with 2 additions and 2 deletions

@ -131,7 +131,7 @@ function TariffPage() {
var link = document.createElement("a"); var link = document.createElement("a");
link.href = link.href =
"https://hub.pena.digital" + "https://hub.pena.digital" +
`/payment?action=squizpay&dif=${ `/quizpayment?action=squizpay&dif=${
(price - Number(user.wallet.cash)) * 100 (price - Number(user.wallet.cash)) * 100
}`; }`;
document.body.appendChild(link); document.body.appendChild(link);

@ -109,7 +109,7 @@ export default function EditPage({
const isConditionMet = const isConditionMet =
[1].includes(currentStep) && quizConfig.type !== "form"; [1].includes(currentStep) && quizConfig.type !== "form";
console.log(quiz); console.log("quiz", quiz);
return ( return (
<> <>
<Box <Box