/** * Creates an edit transaction through the HpsCreditService */ public function execute() { parent::execute(); $editSvc = new HpsCreditService($this->service->servicesConfig()); return $editSvc->edit($this->transactionId, $this->amount, $this->gratuity, $this->clientTransactionId); }