Hi I'm trying to write a new module which enables gift wrap on checkout (Ubercart). The gift wrap charges differently depends on the delivery country.
I was able to add the price to the total cost but don't know how to update the price when the user changes it's delivery country.

On the checkout page the country selection already fires an ajax function which changes the state/province, is there anyway to add an additional ajax trigger similar to those that updates the gift wrap price?
Any help is appreciated.