How to move form sandbox to live mode in Ruby

vidurpunj
New Community Member

I am using Ruby on Rails with Ruby -v 2.4.0 with Rails 5.2.3 in my application for all the payments in the application I have used Paypal

To Integrate Paypal in the application I have used SDK 

 

gem 'paypal-sdk-rest', '~> 1.7.3'

 Now, the application is working fine for test mode when I am making my Application, mode 'live' from 'sandbox' in the production environment. The paypal window pop up and close automatically giving some error in the browser  as:

On the browser side:

clipboard_image_0.png

Now, please guide what is required to be done for going live form production. 

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.