1
0
This commit is contained in:
Martin Wohlert 2024-02-27 19:03:54 +01:00
commit e2b5156b97
2 changed files with 18640 additions and 0 deletions

18635
paynetics-api-doc Normal file

File diff suppressed because it is too large Load Diff

5
update.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
cd /mnt/data/files/paynetics/
curl -o paynetics-api-doc https://developers.paynetics.digital/
git commit -a -m update
git push