Add purchasing in-game products
authorChristian Weiske <cweiske@cweiske.de>
Thu, 5 Jun 2025 20:10:32 +0000 (22:10 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Thu, 5 Jun 2025 20:56:44 +0000 (22:56 +0200)
commit282c05fb6b28c01704c57212aa4994f4259ce963
treebd0c736aa0b5bfcc2eb14099efc8f3b97f70e3cc
parent8718c30c929db7c5507cfeba245a7da2859bd2f7
Add purchasing in-game products

Related: https://codeberg.org/gamestick-fans/pjgsapi/issues/9
data/schema.sql
src/ApiResponses.php
src/ProductRepository.php
test-curl-commands.txt
www/.htaccess
www/api/html/buy-product.php [new file with mode: 0644]
www/api/rest/game/products.php
www/api/rest/wallet/payment/game/product/buy-no-view.json [new file with mode: 0644]
www/api/rest/wallet/payment/game/product/buy-yes-view.json.php [new file with mode: 0644]
www/api/rest/wallet/payment/game/product/init-transaction.php [new file with mode: 0644]