Fix #7
This commit is contained in:
parent
31a1aa5c45
commit
f7a7a19d8d
5 changed files with 18 additions and 6 deletions
|
@ -46,7 +46,7 @@ sub command {
|
|||
|
||||
return REJECT, $err_limit if $pre > $limit;
|
||||
$cart
|
||||
->add(0, "? (The next thing you add will be multiplied.)", { _repeat => 1 })
|
||||
->add(0, "? (The next thing you add will be multiplied.)", { _repeat => 1, refuse_checkout => 1 })
|
||||
->quantity($pre);
|
||||
return ACCEPT;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue