Class: NimbleshopPaypalwp::Paypalwp
- Inherits:
-
PaymentMethod
- Object
- PaymentMethod
- NimbleshopPaypalwp::Paypalwp
- Defined in:
- app/models/nimbleshop_paypalwp/paypalwp.rb
Instance Method Summary collapse
Instance Method Details
#test_mode? ⇒ Boolean
12 13 14 |
# File 'app/models/nimbleshop_paypalwp/paypalwp.rb', line 12 def test_mode? self.mode == 'test' end |