Plugin Directory

Changeset 696990


Ignore:
Timestamp:
04/13/2013 01:59:05 PM (13 years ago)
Author:
innerfire
Message:

billing email to gateway

Location:
woocommerce-payment-gateway/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • woocommerce-payment-gateway/trunk/gateway-inspire.php

    r691247 r696990  
    55 * Plugin URI: http://www.inspirecommerce.com/woocommerce/
    66 * 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.2
     7 * Version: 1.7.3
    88 * Author: innerfire
    99 * Author URI: http://www.inspirecommerce.com/
     
    305305        $base_request = array (
    306306          'ccnumber'    => $this->get_post( 'ccnum' ),
    307           'cvv'           => $this->get_post( 'cvv' ),
     307          'cvv'         => $this->get_post( 'cvv' ),
    308308          'ccexp'       => $expmonth . $expyear,
    309           'firstname' => $order->billing_first_name,
     309          'firstname'   => $order->billing_first_name,
    310310          'lastname'    => $order->billing_last_name,
    311311          'address1'    => $order->billing_address_1,
    312           'city'            => $order->billing_city,
     312          'city'        => $order->billing_city,
    313313          'state'       => $order->billing_state,
    314           'zip'             => $order->billing_postcode,
     314          'zip'         => $order->billing_postcode,
    315315          'country'     => $order->billing_country,
    316316          'phone'       => $order->billing_phone,
     317          'email'       => $order->billing_email,
    317318          );
    318319
  • woocommerce-payment-gateway/trunk/readme.txt

    r691247 r696990  
    108108== Changelog ==
    109109
     110= 1.7.3 =
     111* Billing email now sends to gateway
     112
    110113= 1.7.2 =
    111114* Fixed minor UI Bugs
     
    147150== Upgrade Notice ==
    148151
     152= 1.7.3 =
     153* Billing email now sends to gateway
     154
    149155= 1.7.2 =
    150156* Fixed minor UI Bugs
Note: See TracChangeset for help on using the changeset viewer.