Skip to content

Instantly share code, notes, and snippets.

View ikiugu's full-sized avatar

Alfred ikiugu

View GitHub Profile
@ikiugu
ikiugu / welcome_controller.rb
Last active October 24, 2016 12:30
PesaController
def order
pesapal = Pesapal::Merchant.new(:development) #declare a variable
pesapal.order_details = { #pass the info to order_details array
:amount => params[:amount],
:description => params[:description],
:type => 'MERCHANT',
:reference => '808-808-606',
:first_name => 'first_name',
:last_name => 'last_name',