Created
January 27, 2015 19:47
-
-
Save rserna2010/2de04c69af46c80ca60f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| data = {'merchant_uri': '/v1/marketplaces/1', | |
| 'api_key': 'ak-test', | |
| 'owner_email': '[email protected]', | |
| 'business_type': 'Ecommerce', | |
| 'full_name': 'Fat Amy', | |
| 'owner_phone_number': '12334567', | |
| 'marketplace_name': 'Test Marketplace', | |
| 'domain_url': 'aviato.com', | |
| 'support_email': '[email protected]', | |
| 'support_phone_number': '12334567', | |
| 'postal_code': '92704', | |
| 'street_address': '965 Mission', | |
| 'current_processor': 'The Other Guys', | |
| 'current_monthly_volume': '1000'} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment