-- HikaShop version -- : 3.4.0
-- HikaSerial version -- : 2.1.1
-- Joomla version -- : 3.8.8
-- PHP version -- : 5.6.36
We are creating subscriptions automatically when a product is purchased. However, the subscription requires an external activity for the actual start date to be set. (NOTE: I have a plugin that nulls the start and end date at present as soon as the subscription is created - onAfterSubscriptionCreate.)
I would like to set the subscription status to maybe 'pending'. Would that break anything in HikaSubscriptions? I don't need HikaSubscriptions to understand that status or manage it. Once the event (coming from an external system) is set, I will update the subscription status to active. I just don't want to create anything that will result in odd or unpredictable behavior in HikaSubscriptions or be counting on the 'pending' value only to have HikaSubscriptions somehow come along and change it to any other 'valid' value (active, closed, deleted, expired).
If it is a problem I will probably set some custom field or my own database table field (my custom table).
Thanks
Paul