mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-28 07:37:07 -04:00
- Corrected access of settings - Use SubscriptionModel->find() from BaseModel instead of custom function - Add deleteSubscription() function - Removed registration for customer_loaded event since it isn't needed for this plugin - Refactored out customer data injection to library function - Removed settings parameter from synchronizeSubscription() since these values are loaded when library is instantiated. - Refactored delete subscription callback to call library function. - Remove functions that aren't necessary - added lang() implementation todo Signed-off-by: objec <objecttothis@gmail.com>