Mateo Laiño

Results 5 issues of Mateo Laiño

Tokens created through the api does not work. ## Context New tokens generated through the api are not validated. They are useless to perform any API call. #### Token Creation...

When no shipment methods are assigned to vendor, any order with items from that vendor will fail in the shippment state with the error "We are unable to calculate shipping...

From the documents seems that there isn't official support for Mercadopago Gateway. I see there is an unofficial implementation for mercadopago v1 (mercadopago is using sdk v2 nowadays) but it...

Stale

Integrating a Gataway that use activemerchant Multiresponse and after completing some orders, I get the the following error from Psych (trying to see the LogEntries): ``` Psych::DisallowedClass in Spree::Admin::LogEntries#index Tried...

Verified :white_check_mark:

In my engine I'm having an undefined method error trying to access my custom preferences. For example: `allow_backorders'. ## Context I decorate the models like so: ```rails Spree::AppConfiguration.class_eval do preference...