Go to file
PCoder 48e012a131 Initial commit 2019-09-13 10:32:23 +05:30
.gitignore Initial commit 2019-09-13 10:32:23 +05:30
Pipfile Initial commit 2019-09-13 10:32:23 +05:30
Pipfile.lock Initial commit 2019-09-13 10:32:23 +05:30
README.md Initial commit 2019-09-13 10:32:23 +05:30
config.py Initial commit 2019-09-13 10:32:23 +05:30
ucloud-pay.py Initial commit 2019-09-13 10:32:23 +05:30

README.md

ucloud-pay

The pay module for the ucloud

Currently handles very basic features, such as:

  1. Adding of products
curl http://ucloud-pay-server:5000/product/add -XPOST --data '-name mravi --realm test --seed testseed --product-name "IPV6 VPN" --product-description="YEARLY IPV6 subscription" --product-type=recurring --product-recurring-duration=31536000 --product-price=12000'
  1. Listing of products
curl http://ucloud-pay-server:5000/product/list