Commit ab33443
Fix self-mailer integration test: remove hardcoded billing_group_id
bg_5c79d158d8f69e3e0 is a postpaid billing group (is_for_lob_credits=false)
but the CI test account is on Lob Credits. The API enforces payment type
parity and throws billing_group_payment_type_mismatch when they differ.
Omitting billing_group_id lets the API auto-select the correct default
group for the account's payment type.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent afd804b commit ab33443
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | 104 | | |
106 | 105 | | |
107 | 106 | | |
| |||
0 commit comments