Skip to content

Commit f7bd147

Browse files
authored
fix: add parent property to avoid dynamic property (#109)
* fix: add parent property to avoid dynamic property * docs: update the tested up to version
1 parent e0e636e commit f7bd147

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: felipemontoya, julianrg2, mafermazu
33
Tags: openedx, open edx, ecommerce, lms, courses
44
Requires at least: 6.3
5-
Tested up to: 6.7
5+
Tested up to: 6.8
66
Requires PHP: 8.0
77
Stable tag: 2.0.7
88
License: GPLv2 or later

includes/model/class-openedx-commerce-enrollment.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@ class Openedx_Commerce_Enrollment {
4646

4747
private $log_manager;
4848

49+
/**
50+
* The parent class object.
51+
*
52+
* @var object
53+
* @access private
54+
*/
55+
private $parent;
56+
4957
/**
5058
* Constructor function.
5159
*

0 commit comments

Comments
 (0)