Changeset 3381120
- Timestamp:
- 10/20/2025 08:10:12 AM (5 months ago)
- Location:
- advanced-coupon-for-woocommerce
- Files:
-
- 2 edited
-
tags/1.0.9/inc/class-utils.php (modified) (1 diff)
-
trunk/inc/class-utils.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
advanced-coupon-for-woocommerce/tags/1.0.9/inc/class-utils.php
r3381106 r3381120 436 436 * @return array 437 437 */ 438 public function get_matched_tier($coupon_id) {438 public static function get_matched_tier($coupon_id) { 439 439 $tiered_data = Utils::get_coupon_data($coupon_id); 440 440 if (true === $tiered_data['disabled']) { -
advanced-coupon-for-woocommerce/trunk/inc/class-utils.php
r3381106 r3381120 436 436 * @return array 437 437 */ 438 public function get_matched_tier($coupon_id) {438 public static function get_matched_tier($coupon_id) { 439 439 $tiered_data = Utils::get_coupon_data($coupon_id); 440 440 if (true === $tiered_data['disabled']) {
Note: See TracChangeset
for help on using the changeset viewer.