Skip to content

Commit

Permalink
fix(processor): update required coco permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonogwuru committed Apr 3, 2024
1 parent cab7c31 commit 55ecf29
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion processor/src/services/adyen-payment.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,14 @@ export class AdyenPaymentService extends AbstractPaymentService {
timeout: config.healthCheckTimeout,
checks: [
healthCheckCommercetoolsPermissions({
requiredPermissions: ['manage_payments', 'view_sessions', 'view_api_clients'],
requiredPermissions: [
'manage_payments',
'view_sessions',
'view_api_clients',
'manage_orders',
'introspect_oauth_tokens',
'manage_checkout_payment_intents',
],
ctAuthorizationService: paymentSDK.ctAuthorizationService,
projectKey: config.projectKey,
}),
Expand Down

0 comments on commit 55ecf29

Please sign in to comment.