-
-
I think we should separate ws from noebs and run it in another server; here's my reasoning for that:
- The two services are not related to each other, and I think it's a bit "clean" if they were se…
-
@razanmedani mentioned that registration is not working in the current deployment of noebs (2t) -- let's work towards fixing this, since we have commitment with EBS
-
` token: qs.parse(window.location.search, { ignoreQueryPrefix: true })[
"token"
],`
I think it came from the link that the user used to access the site is that right?
-
Noebs is connected to EBS via an HTTP / RESTful apis for both consumer and merchant. EBS merchant and consumer are a wraper built on top of their TWO (**TanzWare** Online Switch System).
do you mea…
-
as instructions on README file am running server with
```bash
docker run -it -p 8000:8000 -e EBS_LOCAL_DEV=1 noebs:latest
````
my .secret.json
```json
{
"jwt_secret": "my_top_secret",
…
-
This issue will keep track about the new changes we aim to introduce into Cashq Web Portal.
@3omer got any ideas so far?
-
docs page is not working https://[docs.noebs.dev](https://docs.noebs.dev/)/
-
So far, there's no direct connection between noebs and the @adonese/ledger, we follow the same route as before that is we leave it for the implementers to decide on which is the best route to deploy t…
-
EBS has two types of refunds:
- consumer-initiated refund
- merchant initiated refunds
For qr refund to work, a consumer or a merchant must send-in the `transactionId` or the `UUID` in the refund…