Skip to content

issues Search Results · repo:open-pay/openpay-ruby language:Ruby

Filter by

19 results
 (82 ms)

19 results

inopen-pay/openpay-ruby (press backspace or delete to remove)

Hello, openpay-ruby gem is trowing a warning message about json 1.8.6 and Ruby 2.7.0, it is polluting all log output in a rails app. The warning was fixed in json gem 2.3.0, It would be nice you guys ...
  • aribeiro
  • 2
  • Opened 
    on May 25, 2020
  • #25

Al crear un pago SPEI devuelve error @openpay=OpenpayApi.new(merchant_id,private_key) @charges=@openpay.create(:charges) request_hash={ method = bank_account , amount = 200.00, description = Cargo con ...
  • adolfoyanes
  • 2
  • Opened 
    on Feb 7, 2019
  • #24

¡Qué tal! Debido a que el caso de uso de la librería es en producción (24 hrs al día, a comparación de las veces que corre en modo desarrollo ), creo que el default de la librería es que utilice la URL ...
  • vovimayhem
  • Opened 
    on Nov 12, 2018
  • #22

Estoy tratando de hacer un cargo a la tarjeta guardada de un cliente. El cliente ya lo tengo guardado y también una tarjeta. Cuando consulto las tarjetas de mi cliente (en modo sandbox) obtengo mi tarjeta: ...
  • danielavilac
  • 6
  • Opened 
    on Oct 15, 2018
  • #21

Que tal, estoy tratando de iniciar con los servicios de OpenPay, pero estoy recibiendo constemente el siguiente error: 2.3.0/gems/activesupport-4.2.7.1/lib/active_support/dependencies.rb:274:in `require ...
  • vickcx
  • 1
  • Opened 
    on Mar 28, 2017
  • #19

http://www.openpay.mx/docs/api/?ruby#confirmar-un-cargo @charges=@openpay.create(:charges) @charges.capture(transaction_id, customer_id) capture, solo acepta dos argumentos y no se puede pasar el parámetro ...
  • maca
  • 1
  • Opened 
    on Nov 30, 2015
  • #17

@charges.capture(...) debería regresar un Hash y no un String de JSON para ser consistente con el resto del API @charges=@openpay.create(:charges) @charges.capture(transaction_id, customer_id) = String ...
  • maca
  • Opened 
    on Nov 30, 2015
  • #16

La versión de rest-client en la cual depende openpay está desactualizada: Bundler could not find compatible versions for gem rest-client : │ In snapshot (Gemfile.lock): │ rest-client (= 1.7.2) │ │ In ...
  • maca
  • Opened 
    on Nov 26, 2015
  • #15

Parece que cuando regresan una respuesta de servidor no disponible(Ayer ocurrieron varias entre las 5 y las 8pm), el json que devuelve el servidor no lo puede interpretar y devuelve esta excepción: JSON::ParserError: ...
  • e3matheus
  • 2
  • Opened 
    on Nov 21, 2015
  • #14

Me está regresando esta excepción de parte de la librería en algunos casos aún cuando realizan un cobro exitoso. Les dejo el backtrace: TypeError: no implicit conversion of nil into String /vendor/bundle/ruby/2.0.0/gems/json-1.8.1/lib/json/common.rb:155 ...
  • e3matheus
  • 22
  • Opened 
    on Aug 17, 2014
  • #10
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub