Function pallet_salary::pallet::dispatchables::check_payment
source · 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
: ASigned
origin of an account which is a member ofMembers
who 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
.