Skip to content

Commit ed62d82

Browse files
Merge pull request #695 from recurly/v3-v2021-02-25-9309640926
Generated Latest Changes for v2021-02-25
2 parents 8bf0e65 + 2fd6f53 commit ed62d82

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

openapi/api.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19877,6 +19877,11 @@ components:
1987719877
maximum: 999
1987819878
address:
1987919879
"$ref": "#/components/schemas/InvoiceAddress"
19880+
gateway_code:
19881+
type: string
19882+
description: An alphanumeric code shown per gateway on your site's payment
19883+
gateways page. Set this code to ensure that a given invoice targets a
19884+
given gateway.
1988019885
InvoiceMini:
1988119886
type: object
1988219887
title: Invoice mini details
@@ -24309,8 +24314,8 @@ components:
2430924314
minimum: 0
2431024315
state:
2431124316
type: string
24312-
description: External subscriptions can be active, canceled, expired, or
24313-
past_due.
24317+
description: External subscriptions can be active, canceled, expired, past_due,
24318+
voided, revoked, or paused.
2431424319
default: active
2431524320
activated_at:
2431624321
type: string
@@ -25626,6 +25631,7 @@ components:
2562625631
- wire_transfer
2562725632
- braintree_v_zero
2562825633
- boleto
25634+
- cash_app
2562925635
CardTypeEnum:
2563025636
type: string
2563125637
enum:

recurly/resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1320,7 +1320,7 @@ class ExternalSubscription(Resource):
13201320
quantity : int
13211321
An indication of the quantity of a subscribed item's quantity.
13221322
state : str
1323-
External subscriptions can be active, canceled, expired, or past_due.
1323+
External subscriptions can be active, canceled, expired, past_due, voided, revoked, or paused.
13241324
test : bool
13251325
An indication of whether or not the external subscription was purchased in a sandbox environment.
13261326
trial_ends_at : datetime

0 commit comments

Comments
 (0)