GITLAB
Martin Macola
/ autoservicio
Toggle navigation
Sign in
Sign in
Activity
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
eaba826af9d70821b4e9ebbc139013f63dc9703b
Authored by
Eric Fernandez
2019-08-22 15:37:10 -0300
2 parents
9a7ebd7c88
3dad633917
Exists in
master
Merge branch 'master' of http://git.focasoftware.com/angular/autoservicio
Showing
1 changed file
Show diff stats
src/app/components/pago/pago.component.ts
Side-by-side Diff
Inline Diff
src/app/components/pago/pago.component.ts
Diff comments
View file @
eaba826
...
...
@@ -34,7 +34,6 @@ export class PagoComponent implements OnInit {
34
34
pagar() {
35
35
36
36
this.verQR = true;
37
- alert('Procesando Pago');
38
37
39
38
this.productoService.pagar()
40
39
.subscribe(() => {