Skip to content

Instantly share code, notes, and snippets.

View asxcandrew's full-sized avatar

Asxcandrew asxcandrew

View GitHub Profile
class BillsController < ApplicationController
before_filter :require_client, :only => [:request_extension, :delete_bill_request_extension]
before_filter :verify_merchant_credentials, :only => [:google_confirm]
before_filter :set_client, only: [:index]
include OffsitePayments::Integrations
layout 'chamomile'
def index
if params[:ppp_status] == 'OK'