$coupon->commerce_coupon_conditions['und'][0] = array(
'condition_name' => 'commerce_coupon_usage_evaluate_usage',
'condition_settings' => array(
'max_usage' => 1,
'condition_logic_operator' => NULL,
),
'condition_negate' => 0,
);
Unsupported operand types in sites/all/modules/contrib/commerce_coupon/commerce_coupon.module on line 592
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | commerce_coupon_unsuported_operandtypes-2784885.patch | 816 bytes | kiss.jozsef |
Comments
Comment #2
kiss.jozsef commentedComment #3
mglamanIs something altering the
$valuein your code base? Or something else?Our tests would be throwing the same error.
Can you provide an example where this is happening so our tests can be expanded.