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

Commit

Permalink
Merge pull request #15 from thirdandgrove/api-perms
Browse files Browse the repository at this point in the history
Add Validate Address endpoint with restricted integration permissions.
  • Loading branch information
erikhansen authored Jun 30, 2016
2 parents aa0e49a + a1e401d commit 20a44e1
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 20a44e1

Please sign in to comment.