Ejemplo n.º 1
0
 public function sendPaymentRequestOrderPayout(PaymentRequest $paymentRequest, PaymentHistory $history, $marketplaceAmount, $customerAmount)
 {
     $message = $this->createMessage('Powerline Payout: ' . $history->getPublicId(), $paymentRequest->getUser()->getEmail(), 'CivixCoreBundle:Email:payment_request_payout.html.twig', compact('history', 'paymentRequest', 'marketplaceAmount', 'customerAmount'));
     $this->mailer->send($message);
 }
 public function getPublicId()
 {
     $this->__load();
     return parent::getPublicId();
 }