lib/app_manager/client/plans.rb in app_manager-1.1.8 vs lib/app_manager/client/plans.rb in app_manager-1.2.0

- old
+ new

@@ -16,9 +16,13 @@ def cancel_charge(shop_domain,plan_id) post("/cancel-charge", {shop_domain: shop_domain,plan_id: plan_id}) end + def update_charge(shop_domain,plan_id) + post("/update-charge", {shop_domain: shop_domain,plan_id: plan_id}) + end + def sync_charge(options = {}) post("/sync-charge", options) end def get_remaining_days(shop_domain,trial_activated_at=nil,plan_id=nil) \ No newline at end of file