Merge branch 'dev' into 'staging'
Dev See merge request frontend/squiz!251
This commit is contained in:
commit
5519140fc8
@ -144,7 +144,7 @@ function TariffPage() {
|
||||
// history.pushState({}, null, "https://hub.pena.digital/wallet?action=squizpay");
|
||||
|
||||
var link = document.createElement("a");
|
||||
link.href = `https://${isTestServer ? "s" : ""}hub.pena.digital/quizpayment?action=squizpay&dif=${Math.floor(
|
||||
link.href = `https://${isTestServer ? "s" : ""}hub.pena.digital/quizpayment?action=squizpay&dif=${Math.round(
|
||||
price * 100 - cashCop,
|
||||
)}&data=${token}&userid=${userId}`;
|
||||
document.body.appendChild(link);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user