1.37.0 • Published 5 years ago
sling-web-business-merchant-partners-list
Licence
—
Version
1.37.0
Deps
4
Size
578 kB
Vulns
0
Weekly
0
Sling Merchant Partners List Business Component
This component renders a list element with the merchant information within.
Usage
This is how you set the component into the project html structure
<!--root project index file -->
<sling-sdk-connect></sling-sdk-connect>
<!-- component wrapper page location -->
<sling-merchant-partners-list
stonecode=""
apitoken="">
</sling-merchant-partners-list>
The stonecode and apitoken atributes are mandatory for the component to make the correct request to the integrated api and populate it with data. The sibling component sling-sdk-connect must be passed in the project root index html file for data management purposes. If the project has multiple business components this must be passed ONLY ONCE.