You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @mrFreelancer77, confirm status can only be applied as a result of confirmation from blockchain nodes. Is there a use case where you would need to manually confirm a charge? Might be able to help with more context.
Hi @oa-coinbase @mrFreelancer77 means that in documentation to remove a charge confirm method is used. Neither confirm nor delete method for a charge in the Charge class.
It appears the "confirm()" method doesn't exist when doing something like...
$x = Charge::retrieve("some_id"); $x->confirm()
I do see a "cancel" method in the Charge extended class, but which also throws fatal error for undefined method. Is there a missing Trait?
What gives?
The text was updated successfully, but these errors were encountered: