From df7e4db766fd318c320de467a114565b7bcd47ee Mon Sep 17 00:00:00 2001 From: nuttyartist Date: Mon, 26 Aug 2024 18:28:08 +0300 Subject: [PATCH] Update notes_purchase_data to reflect change to Notes FOSS --- notes_purchase_data.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/notes_purchase_data.json b/notes_purchase_data.json index c48ebeb3b..ef4f84ff6 100644 --- a/notes_purchase_data.json +++ b/notes_purchase_data.json @@ -1,7 +1,7 @@ { - "purchase_pro_url": "https://www.get-notes.com/pricing", - "purchaseApiBase": "https://api.lemonsqueezy.com", - "activateLicenseEndpoint": "/v1/licenses/activate", - "validateLicenseEndpoint": "/v1/licenses/validate", - "deactivateLicenseEndpoint": "/v1/licenses/deactivate" -} \ No newline at end of file + "purchase_pro_url": "https://www.notes-foss.com/pricing", + "purchaseApiBase": "https://www.daino.io", + "activateLicenseEndpoint": "/api/notes_foss/activateLicense", + "validateLicenseEndpoint": "/api/notes_foss/validateLicense", + "deactivateLicenseEndpoint": "/api/notes_foss/deactivate" +}