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
442aea3a785d47ab83c9cc987fcad19a2ad3bb2b
Authored by
Eric Fernandez
2019-08-22 12:36:30 -0300
1 parent
36ceddeb30
Exists in
master
no alert
Showing
1 changed file
with
0 additions
and
1 deletions
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 @
442aea3
...
...
@@ -33,7 +33,6 @@ export class PagoComponent implements OnInit {
33
33
pagar() {
34
34
35
35
this.verQR = true;
36
- alert('Procesando Pago');
37
36
38
37
this.productoService.pagar()
39
38
.subscribe(() => {