Code Context
if (isset($options['action'])) {
trigger_error('Using key `action` is deprecated, use `url` directly instead.', E_USER_DEPRECATED);
$model = 'Pagamento'
$options = array(
(int) 0 => 'novalidate',
'role' => 'form',
'action' => 'finalizar',
'method' => 'POST',
'id' => 'form-pagamento',
'type' => 'post',
'url' => null,
'default' => true,
'encoding' => 'utf-8'
)
$created = false
$id = false
$append = ''
$key = 'id'
$plugin = null
$recordExists = false
FormHelper::create() - CORE/Cake/View/Helper/FormHelper.php, line 383
CriadorFormHelper::create() - APP/View/Helper/CriadorFormHelper.php, line 50
include - APP/View/Themed/Ascomed/Pagseguro/view.ctp, line 23
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107