feat(payment): enhance payment flow with new pay endpoint and POST redirect method
This commit is contained in:
@@ -38,7 +38,7 @@ security:
|
||||
security: false
|
||||
|
||||
payment_callback:
|
||||
pattern: ^/api/v1/(payment|subscription-payment)/callback/
|
||||
pattern: ^/api/v1/(payment/(callback|pay)/|subscription-payment/callback/)
|
||||
stateless: true
|
||||
security: false
|
||||
|
||||
@@ -74,6 +74,7 @@ security:
|
||||
- { path: ^/oauth/token/refresh$, roles: PUBLIC_ACCESS }
|
||||
- { 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/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