Unverified Commit ca2f91c7 authored by Ruslan Konviser's avatar Ruslan Konviser Committed by GitHub
Browse files

Merge pull request #1159 from ever-co/fix/#1140-new-customer-error

fix: merchant new customer error
parents 5066d743 647cab60
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();