Class: PaymentMethod::Alipay

Inherits:
PaymentMethod
  • Object
show all
Defined in:
app/models/spree/payment_method/alipay.rb

Instance Method Summary collapse

Instance Method Details

#payment_profiles_supported?Boolean

Returns:

  • (Boolean)


10
11
12
# File 'app/models/spree/payment_method/alipay.rb', line 10

def payment_profiles_supported?
  false
end