mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-30 01:03:58 +00:00
checkout source parameter
This commit is contained in:
@@ -95,7 +95,9 @@
|
|||||||
<FormStyledButton
|
<FormStyledButton
|
||||||
value="Purchase DbGate Premium"
|
value="Purchase DbGate Premium"
|
||||||
on:click={async e => {
|
on:click={async e => {
|
||||||
openWebLink('https://auth.dbgate.eu/create-checkout-session-simple');
|
openWebLink(
|
||||||
|
`https://auth.dbgate.eu/create-checkout-session-simple?source=trial-${isExpired ? 'expired' : trialDaysLeft}`
|
||||||
|
);
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user