appirits/comable

View on GitHub
sample/db/samples/payment_methods.rb

Summary

Maintainability
A
0 mins
Test Coverage
Comable::PaymentMethod.create!(
  name: Comable::Sample.t(:credit_card),
  fee: 200,
  payment_provider_type: Comable::PaymentProvider::General.name,
  payment_provider_kind: 1
)