Skip to content

Commit

Permalink
fix: slash
Browse files Browse the repository at this point in the history
  • Loading branch information
brokeyourbike committed May 20, 2023
1 parent 69e8f33 commit 96d3429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function postTransaction(string $requestId, TransactionInterface $transac
$options[\BrokeYourBike\HasSourceModel\Enums\RequestOptions::SOURCE_MODEL] = $transaction;
}

$uri = (string) $this->resolveUriFor($this->config->getUrl(), '/coreapi/api/finacle/PostingTransaction');
$uri = (string) $this->resolveUriFor($this->config->getUrl(), 'coreapi/api/finacle/PostingTransaction');
$response = $this->httpClient->request(HttpMethodEnum::POST->value, $uri, $options);

return new TransactionResponse($response);
Expand Down

0 comments on commit 96d3429

Please sign in to comment.