You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.
Hi, I have a RoR Spree application and I added the conekta gem with spree and everything works fine, the only issue is that the Credit Card payment generates error message on the screen: "No payment" here are the logs:
Error en la pasarela
--- !ruby/object:Spree::Conekta::Response
success: false
message: Empty payment method data.
params:
object: error
type: parameter_validation_error
message: Método de pago vacío.
message_to_purchaser: Método de pago vacío.
param: payment_method
code: invalid_payment_type
validation_error:
status:
source_method: !ruby/module 'Spree::Conekta::PaymentSource::Card'
Please help.
The text was updated successfully, but these errors were encountered:
benzzdan
changed the title
Metodo de pago vacio on pago de tarjeta Conekta
Payment Method Card with Conekta throws: empty payment method error
Feb 10, 2017
benzzdan
changed the title
Payment Method Card with Conekta throws: empty payment method error
Spree::Conekta::PaymentSource::Card throws error: emtpy payment
Feb 10, 2017
benzzdan
changed the title
Spree::Conekta::PaymentSource::Card throws error: emtpy payment
Spree::Conekta::PaymentSource::Card throws error: emtpy payment method
Feb 10, 2017
kinduff
pushed a commit
to kinduff/spree_conekta
that referenced
this issue
Sep 11, 2017
Hi, I have a RoR Spree application and I added the conekta gem with spree and everything works fine, the only issue is that the Credit Card payment generates error message on the screen: "No payment" here are the logs:
Error en la pasarela
--- !ruby/object:Spree::Conekta::Response
success: false
message: Empty payment method data.
params:
object: error
type: parameter_validation_error
message: Método de pago vacío.
message_to_purchaser: Método de pago vacío.
param: payment_method
code: invalid_payment_type
validation_error:
status:
source_method: !ruby/module 'Spree::Conekta::PaymentSource::Card'
Please help.
The text was updated successfully, but these errors were encountered: