Hello. I'm using webhook and PHP API. Then i do GetTransactionDetailsRequest() request and i get a transaction object.
1) How i can get Product name and other product data from transaction object?
On various forums i found functions like these:
$response->getTransaction()->getCustomer()->getEmail();
$response->getTransaction()->getTransactionStatus();
$response->getTransaction()->getAuthAmount();
$response->getTransaction()->getTransId();
2) Where i can find a list of these supported functions?
Thank you!
12-14-2021 08:01 AM