Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Template changes #134

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions lib/gocardless_pro/services/scenario_simulators_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,12 @@ class ScenarioSimulatorsService < BaseService
# the charged back payment.</li>
# <li>`payment_late_failure`: Transitions a payment through to
# `late_failure`, having been apparently collected successfully
# beforehand. It must start in the `pending_submission` state, and its
# mandate must be in the `activated` state (unless it is a payment for
# ACH, BECS, BECS_NZ or SEPA, in which cases the mandate may be
# `pending_submission`, since their mandates are submitted with their
# first payment). Not compatible with Autogiro mandates.</li>
# beforehand. It must start in either the `pending_submission` or
# `paid_out` state, and its mandate must be in the `activated` state
# (unless it is a payment for ACH, BECS, BECS_NZ or SEPA, in which cases
# the mandate may be `pending_submission`, since their mandates are
# submitted with their first payment). Not compatible with Autogiro
# mandates.</li>
# <li>`payment_late_failure_settled`: Behaves the same as the
# `payment_late_failure` simulator, except that the late failure is
# additionally included as a debit item in a payout, thereby settling the
Expand Down
Loading