Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.

Commit af0fc12

Browse files
committed
custom price
1 parent 42d660a commit af0fc12

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pcweb/meta/meta.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,9 +305,8 @@ def pricing_jsonld(url: str) -> rx.Component:
305305
},
306306
{
307307
"@type": "Offer",
308-
"price": "Custom",
309-
"priceCurrency": "USD",
310308
"name": "Enterprise",
309+
"description": "Custom enterprise pricing",
311310
"availability": "https://schema.org/PreOrder",
312311
},
313312
],

0 commit comments

Comments
 (0)