Plugin Directory

Changeset 2138777


Ignore:
Timestamp:
08/13/2019 11:01:22 AM (7 years ago)
Author:
alonezcount
Message:

send the invoice copy to the customer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ezcount/trunk/EZcount.php

    r1961848 r2138777  
    104104                    'type' => 'text',
    105105                    'description' => __('Please insert API Key.', $this->api_key),
    106                     'default' => 'ed3eaff3dd1617f3203a3a6b6cc045d25f35a94dd7ab40714d3bfb71aa915a23',
     106                    'default' => '4c4b3fd224e0943891588ea5a70d6cb566af3a5b4d506908ca04b30526234551',
    107107                    'desc_tip' => true,
    108108                    'required' => true
     
    410410                            'transaction_id' => $secretTransactionId,
    411411                            "cgp_id" => $cgp_id,
    412                             'ua_uuid' => $this->different_account_uuid
     412                            'ua_uuid' => $this->different_account_uuid,
     413                            "send_copy"=>true
    413414                        );
    414415
Note: See TracChangeset for help on using the changeset viewer.