diff --git a/src/Message/RestCompletePurchaseRequest.php b/src/Message/RestCompletePurchaseRequest.php index 4603755..b350f34 100644 --- a/src/Message/RestCompletePurchaseRequest.php +++ b/src/Message/RestCompletePurchaseRequest.php @@ -29,7 +29,7 @@ * * // Once the transaction has been approved, we need to complete it. * $transaction = $gateway->completePurchase(array( - * 'payer_id' => $payerId, + * 'payerId' => $payerId, * 'transactionReference' => $paymentId, * )); * $response = $transaction->send();