From 7e664f12be32b975575371e8ad3bc17b6b318851 Mon Sep 17 00:00:00 2001 From: brluk and dkatz Date: Wed, 14 Dec 2016 15:59:21 -0600 Subject: [PATCH] Fix newline in CreateThirdPartyPayment --- sample/doc/payments/CreateThirdPartyPayment.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/doc/payments/CreateThirdPartyPayment.html b/sample/doc/payments/CreateThirdPartyPayment.html index df5c58a..fd4a47a 100644 --- a/sample/doc/payments/CreateThirdPartyPayment.html +++ b/sample/doc/payments/CreateThirdPartyPayment.html @@ -79,4 +79,4 @@ for payment approval

$approvalUrl = $payment->getApprovalLink();

NOTE: PLEASE DO NOT USE RESULTPRINTER CLASS IN YOUR ORIGINAL CODE. FOR SAMPLE ONLY

ResultPrinter::printResult("Created Payment Using PayPal. Please visit the URL to Approve.", "Payment", "<a href='$approvalUrl' >$approvalUrl</a>", $request, $payment); -return $payment;
\ No newline at end of file +return $payment;