From e73c9a8084fabdb7624d0b66c969bf6e0ef06861 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Thu, 29 Jan 2015 21:51:39 +0100 Subject: [PATCH] ipn url --- app/controllers/public/orders_controller.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/controllers/public/orders_controller.rb b/app/controllers/public/orders_controller.rb index eae1099..9899b93 100644 --- a/app/controllers/public/orders_controller.rb +++ b/app/controllers/public/orders_controller.rb @@ -137,7 +137,7 @@ class Public::OrdersController < ApplicationController :currencyID => "EUR", :value =>@order.total }, - :NotifyURL => "http fdgdgf"+ipn_public_order_path(@order), + :NotifyURL => "http://lepicvert.org"+ipn_public_order_path(@order), :ShipToAddress => { :Name => @order.name+" "+@order.firstname.to_s, :Street1 => @order.street1, @@ -212,7 +212,7 @@ class Public::OrdersController < ApplicationController :OrderTotal => { :currencyID => "EUR", :value => @order.total }, - :NotifyURL => "http:// "+ipn_public_order_path(@order) }] } }) + :NotifyURL => "http://lepicvert.org"+ipn_public_order_path(@order) }] } }) # Make API call & get response @do_express_checkout_payment_response = @api.do_express_checkout_payment(@do_express_checkout_payment)