nilopaim pushed to main at nilopaim/apifiber
-
a4da5c100a fix: cosmetic changes on API log
nilopaim pushed to main at nilopaim/apifiber
-
1df3f1926c fix: API version and release are get from config file
nilopaim pushed to main at nilopaim/apifiber
-
0d2e37fd13 fix: get release type from config file
nilopaim pushed to main at nilopaim/apifiber
-
055c274634 fix: removed unnecessary log file
nilopaim pushed to main at nilopaim/apifiber
-
fe385cc3e2 debug: transaction not created
nilopaim pushed to main at nilopaim/apifiber
-
8782798604 debug: transaction is not created
nilopaim pushed to main at nilopaim/apifiber
-
1e2b0dd788 fix: value of plan must be float
nilopaim pushed to main at nilopaim/apifiber
-
8dcffbf50b fix: added phone to user's data
nilopaim pushed to main at nilopaim/apifiber
-
ddac58a6d3 feature: added transcations table and process confirmed payments
nilopaim pushed to main at nilopaim/apifiber
-
f862ac83c9 fix: preloaded data error
nilopaim pushed to main at nilopaim/apifiber
-
0cd413f433 feature: get server information
nilopaim commented on issue nilopaim/apifiber#5
Import payments data from Wix siteSolved using Wix webhook that send info about payments done. All data received must be inserted on database, in a structure that will be defined later.
nilopaim closed issue nilopaim/apifiber#5
Import payments data from Wix sitenilopaim pushed to main at nilopaim/apifiber
-
9f7b29c1ec added first version of wix integration
nilopaim commented on issue nilopaim/apifiber#4
Create EvaluationUsers tableMaybe this will be unnecessary. Need more info.
nilopaim opened issue nilopaim/apifiber#5
Import payments data from Wix sitenilopaim commented on issue nilopaim/apifiber#3
Change configuration file to json formatChanged the format of the configuration files to json. `{ "release": [ { "releasetype": "prod", "data": { "API_PORT": 8112, …