Lines 1153-1158
sub handle_fee_paid {
Link Here
|
1153 |
$status = $pay_result->{status}; |
1153 |
$status = $pay_result->{status}; |
1154 |
my $pay_response = $pay_result->{pay_response}; |
1154 |
my $pay_response = $pay_result->{pay_response}; |
1155 |
|
1155 |
|
|
|
1156 |
$resp .= maybe_add( FID_SCREEN_MSG, $pay_result->{error}, $server ) if $pay_result->{error if $pay_result->{error}; |
1157 |
|
1156 |
my $failmap = { |
1158 |
my $failmap = { |
1157 |
"no_item" => "No matching item could be found", |
1159 |
"no_item" => "No matching item could be found", |
1158 |
"no_checkout" => "Item is not checked out", |
1160 |
"no_checkout" => "Item is not checked out", |
1159 |
- |
|
|