Skip to content

Commit

Permalink
Update Easypaisa.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zfhassaan authored May 24, 2023
1 parent f20775a commit 18de887
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Easypaisa.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public function sendRequest($request)
'mobileAccountNo'=> strip_tags($request['mobileAccountNo']),
'emailAddress'=> strip_tags($request['emailAddress'])
];
dd($data);
$response = Http::timeout(60)->withHeaders([
'credentials'=>$credentials,
'Content-Type'=> 'application/json'
Expand Down

0 comments on commit 18de887

Please sign in to comment.