Describe the bug
When authors fees are enabled there should be an option to request payment when submission is accepted, either with or without the review.
When article is accepted after the review, request payment option is shown to the editor
But this doesn't happen when article is accepted after skipping the review
Additional information
Looking at the backend part, RequestPayment trait is used in both, Accept and SkipExternalReview but the latter lacks getStep()method to initialise the payment form
Describe the bug When authors fees are enabled there should be an option to request payment when submission is accepted, either with or without the review.
When article is accepted after the review, request payment option is shown to the editor But this doesn't happen when article is accepted after skipping the review
To Reproduce Steps to reproduce the behavior:
What application are you using? OJS main branch
Additional information Looking at the backend part,
RequestPayment
trait is used in both,Accept
andSkipExternalReview
but the latter lacksgetStep()
method to initialise the payment form