24 private $subjectReader;
33 $this->subjectReader = $subjectReader;
41 $paymentDO = $this->subjectReader->readPayment($handlingSubject);
49 $payPal = $this->subjectReader->readPayPal(
$transaction);
50 $payment->setAdditionalInformation(self::PAYMENT_ID, $payPal[self::PAYMENT_ID]);
51 $payment->setAdditionalInformation(self::PAYER_EMAIL, $payPal[self::PAYER_EMAIL]);
handle(array $handlingSubject, array $response)
__construct(SubjectReader $subjectReader)