mConfirmPayment and mCancelPayment are only callable by the vault. However, the
vault never calls them and has a much simpler way to deal with
confirming and canceling multiple payments using only the paymentId, which
doesn't require encoding the pledge id & amount into a single value for
each pledge.
thus mConfirmPayment and mCancelPayment can never be called.
mConfirmPayment
andmCancelPayment
are only callable by the vault. However, the vault never calls them and has a much simpler way to deal with confirming and canceling multiple payments using only thepaymentId
, which doesn't require encoding the pledge id & amount into a single value for each pledge.thus
mConfirmPayment
andmCancelPayment
can never be called.