We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$
1 parent a0b7729 commit 2af988fCopy full SHA for 2af988f
README.md
@@ -411,13 +411,13 @@ The SDK uses the standard [OkHttp logging interceptor](https://github.com/square
411
Enable logging by setting the `DODO_PAYMENTS_LOG` environment variable to `info`:
412
413
```sh
414
-$ export DODO_PAYMENTS_LOG=info
+export DODO_PAYMENTS_LOG=info
415
```
416
417
Or to `debug` for more verbose logging:
418
419
420
-$ export DODO_PAYMENTS_LOG=debug
+export DODO_PAYMENTS_LOG=debug
421
422
423
## ProGuard and R8
0 commit comments