class Webhook::Tep::PaymentsController < Webhook::Tep::Controller
  def create
    # add logic to save payment method to family/applicant
    render_success :ok, event: :received
  end
end
