feat: implement payment result handling; refactor payment components and enhance terminal payment logic
This commit is contained in:
@@ -45,7 +45,6 @@ export class PosConfigPrintFormComponent extends AbstractForm<
|
||||
override async ngOnInit() {
|
||||
this.loading.set(true);
|
||||
const initialValues = await this.service.get();
|
||||
console.log('initialValues', initialValues);
|
||||
|
||||
this.form.patchValue(initialValues);
|
||||
this.loading.set(false);
|
||||
|
||||
Reference in New Issue
Block a user