gocodebox / lifterlms-rest

LifterLMS REST API Feature Plugin
6 stars 7 forks source link

Cannot enable access plan `forced_redirect` property #271

Closed thomasplevy closed 2 years ago

thomasplevy commented 2 years ago

Probably related to #267

Request to /access-plan/$id

{"redirect_forced":true}

Results in:

{"code":"invalid_meta","message":"Cannot insert\/update the checkout_redirect_forced meta","data":null}

But disabling works:

{"redirect_forced":false}