[OzzModz] Content Badges

[OzzModz] Content Badges [Paid] 2.0.1 Patch Level 4

No permission to buy ($15.00)
For some reason, it's not awarding the credits that I've set. I'm not sure what I could be missing. Should it happen right away, or is there a wait (by default)? Thank you!
 
Bug:

Template: ozzmodz_cb_helper_criteria

Currently:
Code:
    <xf:option name="user_criteria[ozzmodz_cb_given_count][rule]"
               value="ozzmodz_cb_received_count"
               selected="{$criteria.ozzmodz_cb_given_count}"
               label="{{ phrase('ozzmodz_cb_user_has_given_at_least_x_badges:') }}">

Should be:
Code:
    <xf:option name="user_criteria[ozzmodz_cb_given_count][rule]"
               value="ozzmodz_cb_given_count"
               selected="{$criteria.ozzmodz_cb_given_count}"
               label="{{ phrase('ozzmodz_cb_user_has_given_at_least_x_badges:') }}">
 
Top Bottom