Class: NimbleshopPaypalwp::Paypalwp

Inherits:
PaymentMethod
  • Object
show all
Defined in:
app/models/nimbleshop_paypalwp/paypalwp.rb

Instance Method Summary collapse

Instance Method Details

#test_mode?Boolean

Returns:

  • (Boolean)


12
13
14
# File 'app/models/nimbleshop_paypalwp/paypalwp.rb', line 12

def test_mode?
  self.mode == 'test'
end