Skip to content

dsociative/social_billing

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Build Status

social_billing

Web server that handles payments from social networks

Support:

Uses:

  • MongoDB
  • Tornado

Goods Example:

{
        u'gems': {
            1: {
                u'count': 1,
                u'price': 1,
                u'title': u'1 алмаз',
                u'image': u'image_url'
            },
            2: {
                u'count': 3,
                u'price': 1,
                u'title': u'3 алмаза',
                u'image': u'image_url'
            },
            3: {
                u'count': 10,
                u'price': 1,
                u'title': u'10 алмазов',
                u'image': u'image_url'
            },
            4: {
                u'count': 20,
                u'price': 2,
                u'title': u'20 алмазов',
                u'image': u'image_url'
            }
        },
        'vip': {
            10: {
                u'count': 23,
                u'price': 24,
                u'title': u'VIP на 10 дней',
                u'image': u'someimage'
            }
        }
    }

About

Web server that handles payments from social networks

Resources

Stars

Watchers

Forks

Packages

No packages published