Skip to content

Commit 8db9864

Browse files
authored
✨ Source Chargebee: add discount_quantity to coupon stream (#55799)
1 parent ea7fdb0 commit 8db9864

File tree

3 files changed

+72
-66
lines changed

3 files changed

+72
-66
lines changed

airbyte-integrations/connectors/source-chargebee/manifest.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -3289,6 +3289,11 @@ schemas:
32893289
- number
32903290
- "null"
32913291
description: Percentage discount applied by the coupon.
3292+
discount_quantity:
3293+
type:
3294+
- integer
3295+
- "null"
3296+
description: Specifies the number of free units provided for the item price, without affecting the total quantity sold. This parameter is applicable only when the discount_type is set to offer_quantity.
32923297
discount_type:
32933298
type:
32943299
- string

airbyte-integrations/connectors/source-chargebee/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ data:
1010
connectorSubtype: api
1111
connectorType: source
1212
definitionId: 686473f1-76d9-4994-9cc7-9b13da46147c
13-
dockerImageTag: 0.10.1
13+
dockerImageTag: 0.10.2
1414
dockerRepository: airbyte/source-chargebee
1515
documentationUrl: https://docs.airbyte.com/integrations/sources/chargebee
1616
githubIssueLabel: source-chargebee

0 commit comments

Comments
 (0)