Skip to content

Commit 9cf496f

Browse files
authored
Merge pull request #258 from vincenttheeten/master
Adding Coupon.deleted_at
2 parents 81acf6b + 3f811cc commit 9cf496f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recurly/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,7 @@ class Coupon(Resource):
547547
'redemption_resource',
548548
'created_at',
549549
'updated_at',
550+
'deleted_at',
550551
'plan_codes',
551552
'hosted_description',
552553
'max_redemptions_per_account',

0 commit comments

Comments
 (0)