Skip to content

Commit 3f811cc

Browse files
Adding Coupon.deleted_at
Adding Coupon.deleted_at so we can check if coupons are no longer valid
1 parent 81acf6b commit 3f811cc

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)