Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: felipemontoya, julianrg2, mafermazu
Tags: openedx, open edx, ecommerce, lms, courses
Requires at least: 6.3
Tested up to: 6.7
Tested up to: 6.8
Requires PHP: 8.0
Stable tag: 2.0.7
License: GPLv2 or later
Expand Down
8 changes: 8 additions & 0 deletions includes/model/class-openedx-commerce-enrollment.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ class Openedx_Commerce_Enrollment {

private $log_manager;

/**
* The parent class object.
*
* @var object
* @access private
*/
private $parent;

/**
* Constructor function.
*
Expand Down