Method: GatewayNotification#success_response
- Defined in:
- app/models/gateway_notification.rb
#success_response ⇒ Object
32 33 34 |
# File 'app/models/gateway_notification.rb', line 32 def success_response adapter.respond_to?(:success_response) ? adapter.success_response : "OK" end |