Add deposit method to card metadata
This commit is contained in:
parent
43501201c3
commit
edca797fe5
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ sub how :Tab(&how_tab) {
|
||||||
return shift @{ $how->{prompts} }, \&how_prompt;
|
return shift @{ $how->{prompts} }, \&how_prompt;
|
||||||
}
|
}
|
||||||
|
|
||||||
$cart->add(undef, +$self->{amount}, $how->{description}, { is_deposit => 1 });
|
$cart->add(undef, +$self->{amount}, $how->{description}, { is_deposit => 1, method => $input });
|
||||||
return ACCEPT;
|
return ACCEPT;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue