lib/app_manager/model.rb in app_manager-1.2.3 vs lib/app_manager/model.rb in app_manager-1.2.4
- old
+ new
@@ -212,9 +212,10 @@
return Rails.cache.read(cache_key)
end
end
+
def fetch_static_get_charge
@get_charge_key = "app-manager-cache/#{self.shopify_domain}-get_charge"
if fetch_cached_static_get_charge(@get_charge_key).present?
return fetch_cached_static_get_charge(@get_charge_key)
end
\ No newline at end of file