platformsh / platformsh-client-js

Platform.sh API client library
MIT License
8 stars 12 forks source link

Fix derived field initiliazation in subscription #251

Closed Ndifreke closed 1 year ago

Ndifreke commented 1 year ago

Support tier is instantiated both in the base class and derived class of Subscription and OrganisationSubscription. Because the parent class handles the construction of the class, reassigning the field in the derived class Subscription without a valid assignment leads to this field being wrongly assigned by overriding the parent's value to the default assignment