Add permissions to view payment statuses. Possible use cases are statuses that are useful to shop maintainers, but shouldn't be visible to customers, such as when a status is related to the merchant's PSP account.

Comments

xano’s picture

Version: 7.x-1.x-dev » 8.x-2.x-dev
xano’s picture

Payment status plugins should implement AccessibleInterface for this.

// Edit: then we can only use this if we have real instances. The payment status overview, for example, cannot use this approach.

xano’s picture

Issue summary: View changes

If we implement permissions, we also need them for setting statuses on payments.

xano’s picture

Status: Active » Closed (won't fix)
Related issues: +#2294413: Let payment methods control payment status updates

I haven't really come across a situation where this was needed. We also have #2294413: Let payment methods control payment status updates now.