mirror of
https://github.com/fosrl/docs.git
synced 2025-05-12 21:30:43 +01:00
Add correct product id
This commit is contained in:
parent
7b0d5c0c7a
commit
6878956833
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ const PricingComponent = () => {
|
|||
|
||||
<button
|
||||
onClick={() =>
|
||||
(window.location.href = `https://payment.fossorial.io/buy/958562da-a87c-4dc8-abba-a3fbfcc1eb7d?quantity=${siteCount}`)
|
||||
(window.location.href = `https://payment.fossorial.io/buy/dab98d3d-9976-49b1-9e55-1580059d833f?quantity=${siteCount}`)
|
||||
}
|
||||
style={styles.buttonPrimary}
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue