Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
Signed-off-by: Imre Nagi <[email protected]>
  • Loading branch information
imrenagi committed May 28, 2020
1 parent 997fecb commit 0f1c398
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,8 @@ bank_transfers:
You need to set these mandatory environment variables to make sure this proxy to work.

```bash
# ENVIRONMENT can be either staging or production
export ENVIRONMENT=staging
# ENVIRONMENT can be either staging or prod
export ENVIRONMENT=staging #use prod for production
export LOG_LEVEL=DEBUG
export SERVER_BASE_URL="http://localhost:8080"
export WEB_BASE_URL="https://imrenagi.com"
Expand Down
2 changes: 1 addition & 1 deletion example/server/payment-methods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ cstores:
admin_fee:
IDR:
val_percentage: 0
val_currency: 5000
val_currency: 2000
currency: "IDR"
waiting_time:
duration: 1
Expand Down

0 comments on commit 0f1c398

Please sign in to comment.