oe_order_pub.process_order and iPayment [message #150596] |
Thu, 08 December 2005 11:10 |
sshan
Messages: 19 Registered: March 2005
|
Junior Member |
|
|
Hi there,
I'm using oe_order_pub.process_order to add a line in an order. if the price of the item is 0, say, from price list of Warranty, the line would be added. however, if the price is greater than 0, say, from another price list, it would fail because the following error:
'error when calling iPayment for credit card auth..'
'invalid credit card number...'
the API called the ipayment for the authorization. however, I am in a testing instance, I don't want to invoke the iPayment process.
questions:
1. is there a way to stop the ipayment process programatically?
2. if I want to adjust the price (overwrite the price from the price list), should I use "line_adj_tbl"? if so, what parameter should I use? let's say I want to change the price from $30 to $15.
Thanks in advance
Sam
|
|
|