updated user customer list
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user