1
0
mirror of synced 2025-03-05 16:54:44 +03:00
woocommerce-module/tests/datasets/data-customers-retailcrm.php

23 lines
455 B
PHP
Raw Normal View History

2021-12-20 11:41:41 +03:00
<?php
namespace datasets;
class DataCustomersRetailCrm
{
public static function getCustomerAddress()
{
return array(
'success' => true,
'addresses' => array (
'id' => 3503,
'index' => 144566,
'countryIso' => 'ES',
'region' => 'Region',
'city' => 'City',
'text' => 'street Test 777',
)
);
}
}