boton no renovar
This commit is contained in:
@@ -319,14 +319,15 @@ class ShowPromociones extends Component
|
||||
'timer' => '60000',
|
||||
'toast' => false,
|
||||
'text' => '¿Te gustaría realizar la compra ahora y recibir tu pedido tan pronto como haya disponibilidad?.',
|
||||
'showConfirmButton' => true,
|
||||
'onConfirmed' => 'confirmarCompra',
|
||||
'showDenyButton' => false,
|
||||
'onDenied' => 'denegarCompra',
|
||||
'showCancelButton' => true,
|
||||
'allowOutsideClick' => false,
|
||||
'allowEscapeKey' => false,
|
||||
'cancelButtonText' => 'No, abandonar.',
|
||||
'showConfirmButton' => true,
|
||||
'showCancelButton' => false,
|
||||
'showDenyButton' => true,
|
||||
'onConfirmed' => 'confirmarCompra',
|
||||
'onDenied' => 'denegarCompra',
|
||||
// 'cancelButtonText' => 'No, abandonar.',
|
||||
'denyButtonText' => 'No, abandonar.',
|
||||
'confirmButtonText' => 'Sí, comprar.',
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user