From 638d74e05a0b782a5ad157a263623846d7885452 Mon Sep 17 00:00:00 2001 From: Brian Date: Mon, 19 May 2025 15:16:42 +1000 Subject: [PATCH] Adding SIMPLE product enum SIMPLE subscription product enum was missing, thus the yaml file has been updated to add it into the product.cs file. --- xero-app-store.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xero-app-store.yaml b/xero-app-store.yaml index 7cbddcaef..ddcb06f69 100644 --- a/xero-app-store.yaml +++ b/xero-app-store.yaml @@ -469,11 +469,13 @@ components: * FIXED: Customers are charged a fixed amount for each billing period * PER_SEAT: Customers are charged based on the number of units they purchase * METERED: Customers are charged per use of this product + * SIMPLE: Customers are charged on a fixed amount for each billing period with an optional add-on feature type: string enum: - FIXED - PER_SEAT - METERED + - SIMPLE usageUnit: description: The unit of the usage product. e.g. "user", "minutes", "SMS", etc type: string