Commit 6d1adb5f2034f279eb958b0b849852f95faffda9
1 parent
93d40bc42e
Exists in
develop
agrandar boton en mensaje-final
Showing
2 changed files
with
2 additions
and
2 deletions
 
Show diff stats
src/app/modules/mensaje-final/mensaje-final.component.html
| ... | ... | @@ -54,7 +54,7 @@ | 
| 54 | 54 | <div class="row justify-content-between"> | 
| 55 | 55 | <div class="col-12"> | 
| 56 | 56 | <div | 
| 57 | - class="d-inline-block py-1 btn-effect bg-primary badge-pill text-white" | |
| 57 | + class="d-inline-block py-1 btn-effect bg-primary badge-pill text-white w-100" | |
| 58 | 58 | (click)="goToSplash()"> | 
| 59 | 59 | <div class="row mx-0 bg-primary badge-pill heigth-80"> | 
| 60 | 60 | <div class="col-10 align-self-center text-center text-white h3">finalizar</div> | 
src/app/modules/pago-electronico/pago-electronico.component.ts
| ... | ... | @@ -9,7 +9,7 @@ import { APP_SETTINGS } from 'src/etc/AppSettings'; | 
| 9 | 9 | styleUrls: ['./pago-electronico.component.scss'] | 
| 10 | 10 | }) | 
| 11 | 11 | export class PagoElectronicoComponent implements OnInit { | 
| 12 | - urlQr = `${APP_SETTINGS.apiDeboSuite}/qr/${APP_SETTINGS.deploy}/${APP_SETTINGS.codigoP}/tienda/${APP_SETTINGS.terminal}`; | |
| 12 | + urlQr = `${APP_SETTINGS.apiDeboSuite}/qr/${APP_SETTINGS.numeroPlanilla}/${APP_SETTINGS.codigoP}/tienda/${APP_SETTINGS.terminal}`; | |
| 13 | 13 | |
| 14 | 14 | constructor( | 
| 15 | 15 | private articuloService: ArticuloService, |