Merge pull request #224 from MartyIX/patch-1

Update CreateBillingAgreementWithPayPal.php
This commit is contained in:
Jay
2015-01-27 11:09:00 -06:00

View File

@@ -73,7 +73,7 @@ try {
// The API response provides the url that you must redirect
// the buyer to. Retrieve the url from the $agreement->getApprovalLink()
// method
$approvalUrl = $agreement->getApprovalLink();
$approvalUrl = $agreement->getApprovalLink();
} catch (Exception $ex) {
ResultPrinter::printError("Created Billing Agreement.", "Agreement", null, $request, $ex);