diff --git a/src/Message/CompletePurchaseRequest.php b/src/Message/CompletePurchaseRequest.php index 7812042..12876a8 100644 --- a/src/Message/CompletePurchaseRequest.php +++ b/src/Message/CompletePurchaseRequest.php @@ -12,12 +12,7 @@ class CompletePurchaseRequest extends AbstractRequest public function getData() { $this->validate('amount', 'currency'); - $tpayHandler = new CardNotificationHandler( - $this->getApiKey(), - $this->getApiPassword(), - $this->getVerificationCode(), - $this->getHashType() - ); + $tpayHandler = new CardNotificationHandler(); $localResources['amount'] = $this->getAmount(); $tpayHandler->setAmount((float) $this->getAmount());