updated user customer list

This commit is contained in:
2025-09-21 19:10:23 -04:00
parent 279f0d9deb
commit a9ee292b23
5 changed files with 30 additions and 40 deletions

View File

@@ -747,7 +747,7 @@ export default defineComponent({
// Update local state
this.customer.auth_net_profile_id = response.data.profile_id;
this.authorizeCheck.valid_for_charging = true;
this.authorizeCheck.profile_exists = true;
// this.authorizeCheck.profile_exists = true;
this.authorizeCheck.has_payment_methods = true;
this.authorizeCheck.missing_components = [];
this.createdProfileId = response.data.profile_id;