Skip to content
This repository has been archived by the owner on Apr 22, 2019. It is now read-only.

Commit

Permalink
Add Validate Address endpoint with integration permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
james481 committed Jun 16, 2016
1 parent aa0e49a commit a1e401d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions etc/webapi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,10 @@
<resource ref="self" />
</resources>
</route>
<route url="/V1/carts/validate-address" method="POST">
<service class="ClassyLlama\AvaTax\Api\ValidAddressManagementInterface" method="saveValidAddress"/>
<resources>
<resource ref="Magento_Cart::manage" />
</resources>
</route>
</routes>

0 comments on commit a1e401d

Please sign in to comment.