feat(payment): unify payment flow with new pure redirect entry and update related endpoints
This commit is contained in:
@@ -38,7 +38,7 @@ security:
|
||||
security: false
|
||||
|
||||
payment_callback:
|
||||
pattern: ^/api/v1/(payment/(callback|pay)/|subscription-payment/callback/)
|
||||
pattern: ^/api/v1/(payment/(callback|pay|order)/|subscription-payment/callback/)
|
||||
stateless: true
|
||||
security: false
|
||||
|
||||
@@ -75,6 +75,7 @@ security:
|
||||
- { path: ^/session/token, roles: PUBLIC_ACCESS }
|
||||
- { path: ^/api/v1/payment/callback/, roles: PUBLIC_ACCESS }
|
||||
- { path: ^/api/v1/payment/pay/, roles: PUBLIC_ACCESS }
|
||||
- { path: ^/api/v1/payment/order/, roles: PUBLIC_ACCESS }
|
||||
- { path: ^/api/v1/subscription-payment/callback/, roles: PUBLIC_ACCESS }
|
||||
- { path: ^/api/v1/categorys/, roles: PUBLIC_ACCESS }
|
||||
- { path: ^/api/v1/doctors$, roles: PUBLIC_ACCESS }
|
||||
|
||||
Reference in New Issue
Block a user