lib/app_manager/client/plans.rb in app_manager-2.3.1 vs lib/app_manager/client/plans.rb in app_manager-2.3.2
- old
+ new
@@ -46,10 +46,10 @@
def get_app_bundle_data
get("/app-bundle-data")
end
def check_and_activate_global_plan(shop_domain)
- get("/activate-global-plan?shop_domain=#{shop_domain}")
+ post("/activate-global-plan", {shop_domain: shop_domain})
end
def get_promotional_discount(shop_domain = nil,code)
get("/discount?shop_domain=#{shop_domain}&code=#{code}")
end
\ No newline at end of file