Based on KEY [2 = authenticated user, 3 = members]

For this example, the authenticated price should be $160 and member price should be $60.

For Role Weight:
If I have 2, 3 set then the amount shows for authenticated user correctly (ex $160) but the member amount is still the same as authenticated user (also $160).

When I set it to 3, 2 - the authenticated user (and admin) amount is $0.00 and the member amount is correct ($60).

CommentFileSizeAuthor
#1 signup_pay_240336.patch549 bytespelicani

Comments

pelicani’s picture

Status: Active » Needs review
StatusFileSize
new549 bytes

Ah, yes, if there are spaces in the delimited list, the validation fails.
Stripped out spaces on when displaying the signup form.
See patch...

kbahey’s picture

Status: Needs review » Fixed

Committed.

Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.