1
0
mirror of synced 2025-03-04 23:03:14 +03:00
woocommerce-module/tests/datasets/data-customers-retailcrm.php
2021-12-20 11:41:41 +03:00

23 lines
455 B
PHP

<?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',
)
);
}
}