try {
$agreement = \PayPal\Api\Agreement::get($agreement->getId(), $apiContext);
} catch (Exception $ex) {
ResultPrinter::printError("Get Agreement", "Agreement", null, null, $ex);
exit(1);
}
ResultPrinter::printResult("Get Agreement", "Agreement", $agreement->getId(), null, $agreement);
} else {
ResultPrinter::printResult("User Cancelled the Approval", null);
}
Execute Agreement
This is the second part of CreateAgreement Sample. Use this call to execute an agreement after the buyer approves it