Commit f07e18559ecfb779d0ce3a6fb5e19ff347a88296

Authored by Eric Fernandez
1 parent d816745ff9
Exists in master

agrego tipo de pago

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -30,7 +30,7 @@ angular.module('focaModalFormaPago')
30 30 'focaModalTarjetasController');
31 31 modalInstance.result
32 32 .then(function (data) {
33   - $uibModalInstance.close(data);
  33 + $uibModalInstance.close({data: data, tipo: 'tarjeta'});
34 34 })
35 35 .catch(function (e) { console.error(e); });
36 36 };