16 calls to uc_get_country_data() in Ubercart 6.2
- uc_2checkout_form in payment/
uc_2checkout/ uc_2checkout.module - Form to build the submission to 2Checkout.com.
- uc_authorizenet_arb_create in payment/
uc_authorizenet/ uc_authorizenet.module - Sends an ARB Create request via the XML API.
- uc_cybersource_calculate_tax in payment/
uc_cybersource/ uc_cybersource.module - Calculates taxes for an order using CyberSource's tax service.
- uc_cybersource_charge in payment/
uc_cybersource/ uc_cybersource.module - uc_cybersource_hop_form in payment/
uc_cybersource/ uc_cybersource.module - Define values to be posted to CyberSource.
- uc_googleanalytics_ecommerce_js in uc_googleanalytics/
uc_googleanalytics.module - Build the e-commerce JS passed to Google Analytics for order tracking.
- uc_paypal_ec_checkout in payment/
uc_paypal/ uc_paypal.module - Redirects if a customer selects PayPal Express Checkout as a payment method.
- uc_paypal_ec_submit_form_submit in payment/
uc_paypal/ uc_paypal.module - Additional submit handler for uc_cart_checkout_review_form().
- uc_paypal_wpp_charge in payment/
uc_paypal/ uc_paypal.module - Processes a credit card payment through Website Payments Pro.
- uc_paypal_wps_form in payment/
uc_paypal/ uc_paypal.module - Returns the form elements for the Website Payments Standard form.
- uc_ups_shipment_request in shipping/
uc_ups/ uc_ups.ship.inc - Constructs an XML shipment request.
- uc_ups_shipping_quote in shipping/
uc_ups/ uc_ups.module - Construct an XML quote request.
- _uc_authorizenet_charge in payment/
uc_authorizenet/ uc_authorizenet.module - Handles authorizations and captures through AIM at Authorize.Net
- _uc_authorize_cim_xml_billto in payment/
uc_authorizenet/ uc_authorizenet.module - Map an order's billing information to an array for later XML conversion.
- _uc_authorize_cim_xml_shipto in payment/
uc_authorizenet/ uc_authorizenet.module - Map an order's shipping information to an array for later XML conversion.
- _uc_cybersource_soap_charge in payment/
uc_cybersource/ uc_cybersource.module