Get transaction API not working #5961
Labels
category: core
WC Payments core related issues, where it’s obvious.
component: transactions
Issues related to Transactions
focus: payments acceptance & processing
type: bug
The issue is a confirmed bug.
Milestone
Describe the bug
The Get Transaction API
/payments/transactions/<transaction_id>
does not work.To Reproduce
Actual behavior
No result retrieved when trying to fetch a transaction detail using the get transaction API
Screenshots
N/A
Expected behavior
Transaction detail should be retrieved.
Additional context
Might be related
PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'WC_Payments_API_Client' does not have a method 'get_transactions' in /Users/jessyp/code/woocommerce-payments/includes/admin/class-wc-payments-rest-controller.php on line 50
The text was updated successfully, but these errors were encountered: