Refactor cart to use "entries" instead of "items"
This commit is contained in:
parent
ed03f09414
commit
5a7a7184dd
3 changed files with 95 additions and 85 deletions
|
@ -24,7 +24,7 @@ sub hook_plugin_fail {
|
|||
sub hook_cart_changed {
|
||||
my ($class, $cart) = @_;
|
||||
$cart->size or return;
|
||||
$cart->display(" ");
|
||||
$cart->display;
|
||||
say "Enter username to pay/finish or 'abort' to abort.\n";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue