This commit is contained in:
Steve Waterworth
2019-10-23 15:42:58 +01:00
parent 94f10d8913
commit d29e677b43

View File

@@ -22,7 +22,7 @@ It is recommened to always use the latest version.
## Payment Gateway
By default the `payment` service uses https://www.paypal.com as the pseudo payment provider. The code only does a HTTP GET against this url. You use a different url.
By default the `payment` service uses https://www.paypal.com as the pseudo payment provider. The code only does a HTTP GET against this url. You can use a different url.
```shell
$ helm install --set payment.gateway=https://foobar.com ...