Skip to content

Commit

Permalink
Downgrade external callout to api 47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kg345 authored Jan 16, 2020
1 parent 41522cc commit db824e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apex-mdapi/src/classes/MetadataService.cls
Original file line number Diff line number Diff line change
Expand Up @@ -13210,7 +13210,7 @@ public class MetadataService {
private String[] field_order_type_info = new String[]{'active','adjustmentsSettings','displayedCategoryApiNames','forecastRangeSettings','forecastedCategoryApiNames','forecastingDateType','hasProductFamily','isAmount','isAvailable','isQuantity','managerAdjustableCategoryApiNames','masterLabel','name','opportunityListFieldsLabelMappings','opportunityListFieldsSelectedSettings','opportunityListFieldsUnselectedSettings','opportunitySplitName','ownerAdjustableCategoryApiNames','quotasSettings','territory2ModelName'};
}
public class MetadataPort {
public String endpoint_x = URL.getSalesforceBaseUrl().toExternalForm() + '/services/Soap/m/48.0';
public String endpoint_x = URL.getSalesforceBaseUrl().toExternalForm() + '/services/Soap/m/47.0';
public Map<String,String> inputHttpHeaders_x;
public Map<String,String> outputHttpHeaders_x;
public String clientCertName_x;
Expand Down Expand Up @@ -13552,4 +13552,4 @@ public class MetadataService {
return response_x.result;
}
}
}
}

0 comments on commit db824e2

Please sign in to comment.