Lines:
1 to 28 of 28
<?php /** * Payment Import Class * * This class handles importing payments with the batch processing API * * @package EDD * @subpackage Admin/Import * @copyright Copyright (c) 2018, Easy Digital Downloads, LLC * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License * @since 2.6 */ // Exit if accessed directly defined( 'ABSPATH' ) || exit; /* class EDD_Batch_Payments_Import */ /* function EDD_Batch_Payments_Import::init() – Set up our import config. */ /* function EDD_Batch_Payments_Import::process_step() – Process a step */ /* function EDD_Batch_Payments_Import::create_payment() – Set up and store a payment record from a CSV row */ /* function EDD_Batch_Payments_Import::set_customer() – */ /* function EDD_Batch_Payments_Import::maybe_create_download() – Look up Download by title and create one if none is found */ /* function EDD_Batch_Payments_Import::get_downloads_from_edd() – Return the calculated completion percentage */ /* function EDD_Batch_Payments_Import::get_percentage_complete() – Return the calculated completion percentage */ /* function EDD_Batch_Payments_Import::get_list_table_url() – Retrieve the URL to the payments list table */ /* function EDD_Batch_Payments_Import::get_import_type_label() – Retrieve the payments labels */