Update CreateBillingAgreementWithPayPal.php

Minor typo
This commit is contained in:
MartyIX
2015-01-27 09:06:58 +01:00
parent c269976b2d
commit aa27dd6ffa

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);