pub fn check_payment<T: Config<I>, I: 'static>()Expand description
Update a payment’s status; if it failed, alter the state so the payment can be retried.
This must be called within the same cycle as the failed payment. It will fail with
Event::NotCurrent otherwise.
origin: ASignedorigin of an account which is a member ofMemberswho has received a payment this cycle.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::check_payment.