Hello users We want to record all bad transaction into a bad-cc table. We use Authorizenet as our payment gateway. I've added to the log_transaction file... [if data session cybercash_error] [comment]Past badcc entry[/comment] [try] [if value order_desk_entry] [tmp tmp_source_bad][if value 800_entry][value name=salesperson default=800_ORDER_DESK][else][value name=salesperson default=LOCAL_ORDER_DESK][/else][/if][/tmp] [/if] Added [mv_order_number] to table badcc: [import table=badcc type=LINE continue=NOTES no-commit=1] code: [value mv_order_number] session: [data session id] name: [value fname] [value lname] company: [value company] phone: [value phone] email: [value email] order_date: [value name=order_date set="[tag time]%Y%m%d %H:%M:%S[/tag]"] source: [scratch tmp_ordervia]-[scratch tmp_payment]-[value rec_via]-badcc total_cost: [total_cost] reason: [data session cybercash_error] note: [value note] card_ref: [value mv_credit_card_reference] delete: products: [item-list][item-code] [/item-list] address1: [value address1] address2: [value address2] city: [value city] zip: [value zip] source_ref: [scratch tmp_source_bad] credit_card_type: [value mv_credit_card_type] [/import] [/try] [catch error-set="log_orderline_table" error-scratch="mv_route_failed"] There was an error adding the data to the badcc table. It was: $ERROR$ [/catch] [/if] But it won't work :( Can anyone please give me info on why and what I need to do to remedy this problem We're using default ic5.2 foundation Thanks Scott _______________________________________________ interchange-users mailing list suppressed http://www.icdevgroup.org/mailman/listinfo/interchange-users
Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.