degica / spree_komoju

Spree extension for using the Komoju Payments API.
https://komoju.com/
BSD 3-Clause "New" or "Revised" License
6 stars 11 forks source link

NoMethodError in Spree::Admin::RefundsController#create undefined method `credit' for #<ActiveMerchant::Billing::KomojuGateway:0x007fca9bd61bc8> #38

Closed robbie-mcfarlane closed 8 years ago

robbie-mcfarlane commented 8 years ago

When trying to refund a payment in the admin backend to following error is raised:

NoMethodError in Spree::Admin::RefundsController#create undefined method `credit' for #ActiveMerchant::Billing::KomojuGateway:0x007fca9bd61bc8

shioyama commented 8 years ago

We've just released 0.0.7, this should be fixed now.

robbie-mcfarlane commented 8 years ago

Thank you so much guys! Will update now :)