Commit 647cab60 authored by Yavor Grancharov's avatar Yavor Grancharov
Browse files

fix: merchant new customer error

parent 8275a5d0
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -128,9 +128,11 @@ export class UserMutationComponent {
			message = `Error in creating customer: '${err.message}'!`;
		} finally {
			await this.presentToast(message);
			if (this.visible) {
				await this.modalController.dismiss(userId);
			}
		}
	}

	async saveCustomer() {
		const geoLocation = this.locationForm.getValue();