Files
sx-fc/app/models/payment_method_setting.rb
2018-09-13 18:03:48 +06:30

5 lines
188 B
Ruby
Executable File

class PaymentMethodSetting < ApplicationRecord
# validations
validates_presence_of :payment_method , :gateway_communication_type #, :gateway_url, :auth_token, :merchant_account_id
end