backup/export und import

This commit is contained in:
2020-01-05 22:59:57 +01:00
parent 90ba3c1134
commit b95ddcc811
15 changed files with 362 additions and 38 deletions

View File

@@ -166,6 +166,12 @@ function verifyOrderToken($tok)
{
// https://developers.google.com/android-publisher/api-ref/purchases/products/get
// if this does no longer work, you probably have to go through the initial OAuth process again
// 1. go to Postman do the [ https://accounts.google.com/o/oauth2/auth ] request (in browser) to get a new "code"
// 2. go to Postman do the [ Get Tokens ] request to get a new "access_token" and "access_token"
// 3. update these tokens in the server config.php
try
{
$package = getConfig()['verify_api']['package_name'];