Skip to content

Commit

Permalink
remit service provider issue testing
Browse files Browse the repository at this point in the history
  • Loading branch information
hafijul233 committed Apr 20, 2024
1 parent 2579eb1 commit 7462701
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,8 @@
"extra": {
"laravel": {
"providers": [
"Fintech\\Remit\\EventServiceProvider",
"Fintech\\Remit\\RepositoryServiceProvider",
"Fintech\\Remit\\RouteServiceProvider",
"Fintech\\Remit\\RemitServiceProvider"
"Fintech\\Remit\\RemitServiceProvider",
"Fintech\\Remit\\EventServiceProvider"
],
"aliases": {
"Remit": "Fintech\\Remit\\Facades\\Remit"
Expand Down
2 changes: 1 addition & 1 deletion src/Vendors/IslamiBankApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ public function validateBeneficiaryWallet(array $data): SimpleXMLElement
/**
* @throws Exception
*/
private function connectionCheck($xml_post_string, $method): SimpleXMLElement
private function connectionCheck($xml_post_string, $method)
{
$xml_string = $this->xmlGenerate($xml_post_string, $method);
Log::info($method.'<br>'.$xml_string);
Expand Down

0 comments on commit 7462701

Please sign in to comment.