search for: billing_typ

Displaying 1 result from an estimated 1 matches for "billing_typ".

Did you mean: billing_type
2013 May 10
2
paypal-express gem
...l-express gem for Payapl payment. I am using reference transaction method to get money from Paypal. But i am getting IPN i.e payment notification, I mentioned like payment_request = Paypal::Payment::Request.new( :currency_code => :USD, :amount => 10.00, :billing_type => :MerchantInitiatedBilling, :description => "test", :custom => ''test'', :invoice => 2, :notify_url => payment_notifications_url, :billing_agreement_description => " ) but i am...