if ( $fee ) {
my $pay_response = $account->pay(
{
amount => $amt,
type => $type,
payment_type => 'SIP' . $sip_type,
lines => [$fee],
interface => C4::Context->interface
interface => C4::Context->interface,
cash_register => $register_id
}
);
return {
-