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 a2cccb7 commit c59bae0Copy full SHA for c59bae0
charts/api-gateway/env/routes/bill.toml
@@ -97,3 +97,13 @@ upstream = "http://billing-manager.web.svc:5005"
97
listen = "/isp/coupon/apply"
98
strip = false
99
group = "billing-manager"
100
+
101
+[routes.paypal_payment]
102
+active = true
103
+name = "Paypal payment"
104
+method = "POST"
105
+roles = ["*"]
106
+upstream = "http://billing-manager.web.svc:5005"
107
+listen = "/isp/paypal"
108
+strip = false
109
+group = "billing-manager"
0 commit comments