Class: Spree::BillingIntegration::SisowBilling::Creditcard

Inherits:
Method
  • Object
show all
Defined in:
app/models/spree/billing_integration.rb

Class Method Summary collapse

Class Method Details

.new(*attrs) ⇒ Object



18
19
20
21
# File 'app/models/spree/billing_integration.rb', line 18

def self.new(*attrs)
  super
  ::Spree::PaymentMethod::SisowBilling::Creditcard.new(*attrs)
end