laravel-paystack icon indicating copy to clipboard operation
laravel-paystack copied to clipboard

unable to retrieve customer details after creating

Open techbly opened this issue 7 years ago • 1 comments

 request()->merge([
                'email' => $user->email,
                'key' => $key,
            ]);

            return Paystack::createCustomer() ;


the return statement is giving me null;
  

techbly avatar Jan 10 '18 08:01 techbly

this been long over due @unicodeveloper kindly close

kingzamzon avatar Oct 18 '20 08:10 kingzamzon