Hello everyone

I am using paypal-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 not getting any notification on "payment_notifications_url" this 
path.

Anyone experience with this?

Thank you!

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msg/rubyonrails-talk/-/uBsjueVYGA4J.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to