# apps-payment-server **Repository Path**: mirrors_mozilla/apps-payment-server ## Basic Information - **Project Name**: apps-payment-server - **Description**: Sandbox integration with payment server - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This is an experimental integration with PayPal's Digital Goods payment service. Using Python 2.6+ and a [virtualenv](http://pypi.python.org/pypi/virtualenv), install like this: pip install -r requirements.txt To get things set up, run: python paymentserver/manage.py syncdb python paymentserver/manage.py runserver 0.0.0.0:8380 To make the paypal redirects work you must currently run everything from: http://localhost:8380/ To override settings copy the local settings file: cp paymentserver/settings_local-dist.py paymentserver/settings_local.py And start up the server with that file: python paymentserver/manage.py runserver --settings=paymentserver.settings_local 0.0.0.0:8380