packbackbooks / lti-1-3-php-library

A library used for building IMS-certified LTI 1.3 tool providers in PHP.
Apache License 2.0
39 stars 25 forks source link

Fix a few issues #114

Closed dbhynds closed 11 months ago

dbhynds commented 11 months ago

Summary of Changes

Fix a few issues I found while testing it before our next release. I ran a pipeline in gitlab and noticed some failing tests. Took me a while, but I finally found the issues. Freaking camelCase variable name. Anyways, also fixed some json encoding in the payload.

Testing