ipn url
This commit is contained in:
parent
d5e66340c7
commit
e73c9a8084
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user