Skip to content

Commit c59bae0

Browse files
add route for paypal
1 parent a2cccb7 commit c59bae0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

charts/api-gateway/env/routes/bill.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,13 @@ upstream = "http://billing-manager.web.svc:5005"
9797
listen = "/isp/coupon/apply"
9898
strip = false
9999
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

Comments
 (0)