Skip to content

Commit

Permalink
Changes from gocardless/gocardless-pro-ruby-template@c72f5eb282ad1725…
Browse files Browse the repository at this point in the history
…ecc41e3fc274cad7c5a0bd7b
  • Loading branch information
gocardless-robot committed Feb 13, 2025
1 parent 6f52b3e commit ae4f234
Showing 1 changed file with 6 additions and 5 deletions.
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

0 comments on commit ae4f234

Please sign in to comment.