dualcube / moodle-enrol_stripepayment

Moodle Stripe Payment Collector
16 stars 27 forks source link

Successful Enrolment - Exception Error Message #126

Closed astrolope closed 1 year ago

astrolope commented 1 year ago

Hello,

I have the stripe plugin configured and am able to successfully enrol a user. However in the redirection step after the payment I am getting this exception message.

{"exception":"Error","message":"Attempt to assign property \"course\" on null"}

If I back out of this message I am enrolled in the course but the page does not redirect the browser and just sits on this error message.

Is there a course setting I'm missing here for this to work properly? I tried to check the code to see where it would potentially be finding a null property but am coming up empty handed.

Thanks!