mirror of
https://github.com/google/nomulus
synced 2026-06-09 16:33:02 +00:00
77fabe4dc4
When loading the VKeys for the BillingEvents hierarchy, it is necessary to restore the original concrete class for the type, otherwise we end up with a different (and incompatible) VKey. As part of this, convert the cancellation matching billing event to VKey<Recurring>, which seems like the only thing it actually can be.