diff --git a/src/Easypaisa.php b/src/Easypaisa.php index 8c09b7d..f512ef5 100644 --- a/src/Easypaisa.php +++ b/src/Easypaisa.php @@ -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'