coinbase / coinbase/coinbase-commerce-php
Charge "Comfirm" Method Does Not Exist - Fatal Error
Open
- Dominant language
- PHP
- Stars
- 149
- Forks
- 157
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.