paymentDetails(); $details['transactionReference'] = $this->invitation->transaction_reference; $response = $this->gateway()->fetchTransaction($details)->send(); return $this->createPayment($response->getTransactionReference()); } }