Skip to content

Instantly share code, notes, and snippets.

@xcommerce-gists
Created May 25, 2012 14:30
Show Gist options
  • Save xcommerce-gists/2788440 to your computer and use it in GitHub Desktop.
Save xcommerce-gists/2788440 to your computer and use it in GitHub Desktop.
X.commerce sample "stub" module config.xml sample (for onboarding Magento storefronts to your extension)
<default>
<partner_channel>
<capability>
<registration>
<target_capability_name>Capability</target_capability_name>
<store_endpoint_url/>
<request_url><![CDATA[https://devportal.x.com/merchant_onboarding/]]></request_url>
<is_registered>1</is_registered>
<legal_agreement_url><![CDATA[http://www.magentocommerce.com/company/terms/]]></legal_agreement_url>
<store-front-platform><![CDATA[Magento ver. CE 1.5.1.0]]></store-front-platform>
</registration>
</capability>
</partner_channel>
</default>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment