Неинициализированная константа ActiveMerchant::Billing::Integrations::Helper (NameError) в Rails 5
Я пытаюсь интегрировать оплату allpay.
gem 'rails', '>= 5.0.0.rc1', '< 5.1'
gem 'activemerchant', :require => 'active_merchant'
gem 'active_merchant_allpay'
Но я получаю:
неинициализированная константа ActiveMerchant:: Billing:: Integrations:: Helper (NameError).
1 ответ
Вам нужно будет добавить offsite_payments в качестве зависимости и обновить любые упоминания о ActiveSupport::Billing::Integration
в OffsitePayments::Integrations
https://github.com/activemerchant/active_merchant/issues/1357