Skip to content

Commit

Permalink
removed legacy products callout
Browse files Browse the repository at this point in the history
  • Loading branch information
rockspore committed Mar 5, 2021
1 parent ab25e77 commit 0f2108b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 16 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<JavaCallout async="false" continueOnError="true" enabled="true" name="Products-Callout">
<JavaCallout async="false" continueOnError="false" enabled="true" name="Products-Callout">
<DisplayName>Products Callout</DisplayName>
<Properties>
<Property name="products.filter.attributes">apigee-remote-service-targets</Property>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@
<Name>Products-Callout</Name>
<Condition>lookupcache.Lookup-Products.cachehit = false</Condition>
</Step>
<Step>
<Name>Products-Callout-Legacy</Name>
<Condition>javacallout.Products-Callout.failed = true</Condition>
</Step>
<Step>
<Name>Set-Product-Cache</Name>
<Condition>lookupcache.Lookup-Products.cachehit = false</Condition>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<Policy>Lookup-Products</Policy>
<Policy>Parse-Product-Cache</Policy>
<Policy>Populate-Product-List</Policy>
<Policy>Products-Callout-Legacy</Policy>
<Policy>Products-Callout</Policy>
<Policy>Products-to-JSON</Policy>
<Policy>Raise-Fault-Invalid-API-Key</Policy>
Expand Down
Binary file not shown.

0 comments on commit 0f2108b

Please sign in to comment.