Skip to content

Commit 9e25bcc

Browse files
authored
Merge pull request #814 from recurly/v3-v2021-02-25-9309640926
Generated Latest Changes for v2021-02-25
2 parents 0482b4e + 557153b commit 9e25bcc

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

lib/recurly/resources/external_subscription.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ public function setQuantity(int $quantity): void
360360

361361
/**
362362
* Getter method for the state attribute.
363-
* External subscriptions can be active, canceled, expired, or past_due.
363+
* External subscriptions can be active, canceled, expired, past_due, voided, revoked, or paused.
364364
*
365365
* @return ?string
366366
*/

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:

0 commit comments

Comments
 (0)