JeremyDunn / php-fedex-api-wrapper

This library provides a fluid interface for constructing requests to the FedEx web service API.
269 stars 184 forks source link

Can we create ClientDetails only with AccountNumber ? #173

Closed vipulwalia closed 2 years ago

vipulwalia commented 3 years ago

We have a word with our client, and they don't want to share MeterNumber, so it is possible to create $client object without meter number ? something like this

    $clientDetail = new ComplexType\ClientDetail();
    $clientDetail->setAccountNumber($FEDEX_ACCOUNT_NUMBER);
github-actions[bot] commented 2 years ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 2 years ago

This issue was closed because it has been inactive for 14 days since being marked as stale.