70 |
message => $query->param('message') || q{}, |
70 |
message => $query->param('message') || q{}, |
71 |
message_value => $query->param('message_value') || q{}, |
71 |
message_value => $query->param('message_value') || q{}, |
72 |
payment => $query->param('payment'), |
72 |
payment => $query->param('payment') || q{}, |
73 |
payment_error => $query->param('payment-error'), |
73 |
payment_error => $query->param('payment-error') || q{}, |
76 |
output_html_with_http_headers $query, $cookie, $template->output, undef, { force_no_caching => 1 }; |
76 |
output_html_with_http_headers $query, $cookie, $template->output, undef, { force_no_caching => 1 }; |