File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ class _Schema(Schema):
2323 description = fields .String ()
2424 type = fields .String ()
2525 subscription_external_id = fields .String (data_key = "subscription-external-id" )
26+ subscription_set_external_id = fields .String (data_key = "subscription-set-external-id" )
2627 plan_external_id = fields .String (data_key = "plan-external-id" )
2728 customer_name = fields .String (data_key = "customer-name" )
2829 customer_uuid = fields .String (data_key = "customer-uuid" )
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ def test_all(self, mock_requests):
2929 "type" : "new_biz" ,
3030 "currency" : "USD" ,
3131 "subscription-external-id" : "sub_2" ,
32+ "subscription-set-external-id" : "sub_2" ,
3233 "plan-external-id" : "11" ,
3334 "customer-name" : "customer_2" ,
3435 "customer-uuid" : "8bc55ab6-c3b5-11eb-ac45-2f9a49d75af7" ,
You can’t perform that action at this time.
0 commit comments