Skip to content

Commit 8d4fc01

Browse files
authored
followup #17380, fix breakage in MockBillingService (#17651)
1 parent 834086f commit 8d4fc01

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

warehouse/mock/billing.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ def mock_trigger_checkout_session_completed(self):
8080
"mocksub_"
8181
+ "".join(random.choices(digits + ascii_letters, k=24))
8282
),
83+
"metadata": {
84+
"billing_service": "pypi",
85+
"domain": "localhost",
86+
},
8387
},
8488
},
8589
}

0 commit comments

Comments
 (0)