Changeset 696990
- Timestamp:
- 04/13/2013 01:59:05 PM (13 years ago)
- Location:
- woocommerce-payment-gateway/trunk
- Files:
-
- 2 edited
-
gateway-inspire.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-payment-gateway/trunk/gateway-inspire.php
r691247 r696990 5 5 * Plugin URI: http://www.inspirecommerce.com/woocommerce/ 6 6 * Description: Accept all major credit cards directly on your WooCommerce site in a seamless and secure checkout environment with Inspire Commerce. 7 * Version: 1.7. 27 * Version: 1.7.3 8 8 * Author: innerfire 9 9 * Author URI: http://www.inspirecommerce.com/ … … 305 305 $base_request = array ( 306 306 'ccnumber' => $this->get_post( 'ccnum' ), 307 'cvv' => $this->get_post( 'cvv' ),307 'cvv' => $this->get_post( 'cvv' ), 308 308 'ccexp' => $expmonth . $expyear, 309 'firstname' => $order->billing_first_name,309 'firstname' => $order->billing_first_name, 310 310 'lastname' => $order->billing_last_name, 311 311 'address1' => $order->billing_address_1, 312 'city' => $order->billing_city,312 'city' => $order->billing_city, 313 313 'state' => $order->billing_state, 314 'zip' => $order->billing_postcode,314 'zip' => $order->billing_postcode, 315 315 'country' => $order->billing_country, 316 316 'phone' => $order->billing_phone, 317 'email' => $order->billing_email, 317 318 ); 318 319 -
woocommerce-payment-gateway/trunk/readme.txt
r691247 r696990 108 108 == Changelog == 109 109 110 = 1.7.3 = 111 * Billing email now sends to gateway 112 110 113 = 1.7.2 = 111 114 * Fixed minor UI Bugs … … 147 150 == Upgrade Notice == 148 151 152 = 1.7.3 = 153 * Billing email now sends to gateway 154 149 155 = 1.7.2 = 150 156 * Fixed minor UI Bugs
Note: See TracChangeset
for help on using the changeset viewer.