Skip to content

Commit

Permalink
Change Authorization from 'Basic' to 'Bearer'
Browse files Browse the repository at this point in the history
  • Loading branch information
KaveeshBaddage committed Oct 9, 2020
1 parent b308d54 commit 6207d54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
</dblookup>

<!-- Call revenue publish endpoint-->
<property name="Authorization" expression="fn:concat('Basic ', $ctx:REVENUE_PUBLISH_API_BEARER_TOKEN)" scope="transport" type="STRING"/>
<property name="Authorization" expression="fn:concat('Bearer ', $ctx:REVENUE_PUBLISH_API_BEARER_TOKEN)" scope="transport" type="STRING"/>
<property name="Content-Type" value="application/json" scope="transport" type="STRING"/>
<header name="To" expression="$ctx:REVENUE_PUBLISH_API_URL" scope="default"/>
<property action="remove" name="REST_URL_POSTFIX" scope="axis2"/>
Expand Down

0 comments on commit 6207d54

Please sign in to comment.