Hi i want to implement paypal credit card option in my applictaion. i am using ruby-1.9.2-p290 and rails 3.0.3. paypal sdk is working fine with ruby 2.3.0 but i have to implement with ruby-1.9.2-p290 but getting an exception unknown SSL method `TLSv1_2'. so can anyone can tell me how i can update ssl certificate of ruby-1.9.2-p290 so that i can remove this issue. Thanks in advance :)
following Ruby SDK for PayPal RESTful APIs :- https://github.com/paypal/PayPal-Ruby-SDK