Skip to content

Commit

Permalink
account_number change
Browse files Browse the repository at this point in the history
  • Loading branch information
mah-shamim committed May 4, 2024
1 parent 9bf754a commit 8f3a3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/VendorTestController.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function islamiBankFetchRemittanceStatus(): void
public function islamiBankValidateBeneficiaryWallet(): void
{
$vendor = app()->make(\Fintech\Remit\Vendors\IslamiBankApi::class);
$data['account_number'] = '01614747054';
$data['account_number'] = '016147470541';
$data['account_type'] = '7';
dump($vendor->validateBeneficiaryWallet($data));
}
Expand Down

0 comments on commit 8f3a3d5

Please sign in to comment.