Skip to content

Commit

Permalink
Merge pull request #2 from KaveeshBaddage/master
Browse files Browse the repository at this point in the history
Change Authorization from 'Basic' to 'Bearer'
  • Loading branch information
dsulochana authored Oct 9, 2020
2 parents 1baafb6 + 6207d54 commit 416723d
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 416723d

Please sign in to comment.