payu.in支払いゲートウェイをRailsアプリに統合しようとしています。私は彼らの宝石をアプリケーションに統合しましたが、
/ admin /payment_methods / new
プロバイダーオプションの下に支払いゲートウェイが表示されません。
http://guides.spreecommerce.com/payment_gateways.htmlに規定されている手順に従いました
私のアプリ/models/spree/gateway/payu.rbは次のようになります:
module Spree
class Gateway::Payu < Gateway
def provider_class
ActiveMerchant::Billing::Integrations::PayuIn
end
end
end