Method: Stall::PaymentNotificationService#initialize

Defined in:
app/services/stall/payment_notification_service.rb

#initialize(gateway_identifier, request) ⇒ PaymentNotificationService

Returns a new instance of PaymentNotificationService.



7
8
9
10
# File 'app/services/stall/payment_notification_service.rb', line 7

def initialize(gateway_identifier, request)
  @gateway_identifier = gateway_identifier
  @request = request
end