Posts by Fernando Aureliano • 180 points
5 posts
-
0
votes1
answer77
viewsQ: Rails and Yugu: Yugu::Subscription.create
I’m trying to sign up a user with the credit card details so I can make subsequent charges to customers. Registration is done on Yugu, but credit card details are not recorded on Yugu. I am using…
-
0
votes2
answers145
viewsQ: Rails 5: Iugu and recurring payment
I looked in the documentation of Yugu which function in Rails I called to create a recurring payment on yugu, but I could not find. Can anyone give me a light on this? There…
-
1
votes1
answer76
viewsQ: Force SSL on Rails
Let’s say you use the browser to interact with the computer camera or notebook in some way. This will only happen through an SSL connection, as browsers reject permission to access the camera if not…
-
2
votes1
answer76
viewsA: Force SSL on Rails
Just go to /config/Environments/Production.Rb and add the following parameter: config.force_ssl = true
-
5
votes1
answer1161
viewsQ: Rails and Webmotors
someone with some experience with Rails integration with the Webmotors Api? I am using Gem SAVON to integrate the application with the site API and am getting the error: Savon::Soapfault:…