forked from LiveCarta/PayPal-PHP-SDK
Update CreateBillingAgreementWithPayPal.php
Minor typo
This commit is contained in:
@@ -73,7 +73,7 @@ try {
|
|||||||
// The API response provides the url that you must redirect
|
// The API response provides the url that you must redirect
|
||||||
// the buyer to. Retrieve the url from the $agreement->getApprovalLink()
|
// the buyer to. Retrieve the url from the $agreement->getApprovalLink()
|
||||||
// method
|
// method
|
||||||
$approvalUrl = $agreement->getApprovalLink();
|
$approvalUrl = $agreement->getApprovalLink();
|
||||||
|
|
||||||
} catch (Exception $ex) {
|
} catch (Exception $ex) {
|
||||||
ResultPrinter::printError("Created Billing Agreement.", "Agreement", null, $request, $ex);
|
ResultPrinter::printError("Created Billing Agreement.", "Agreement", null, $request, $ex);
|
||||||
|
|||||||
Reference in New Issue
Block a user