Module: Tappay::Endpoints::Bind
- Defined in:
- lib/tappay/endpoints.rb
Class Method Summary collapse
Class Method Details
.bind_card_url ⇒ Object
49 50 51 |
# File 'lib/tappay/endpoints.rb', line 49 def bind_card_url "#{Endpoints.base_url}/tpc/card/bind" end |
.remove_card_url ⇒ Object
53 54 55 |
# File 'lib/tappay/endpoints.rb', line 53 def remove_card_url "#{Endpoints.base_url}/tpc/card/remove" end |