Skip to content

feat: add params to requestPin#662

Merged
Justin Hammond (Justintime50) merged 1 commit into
masterfrom
EXP-1118_add_params_to_requestPin
Jun 25, 2026
Merged

feat: add params to requestPin#662
Justin Hammond (Justintime50) merged 1 commit into
masterfrom
EXP-1118_add_params_to_requestPin

Conversation

@Justintime50

@Justintime50 Justin Hammond (Justintime50) commented Jun 24, 2026

Copy link
Copy Markdown
Member

Description

Adds params to requestPin ensuring users can pass easypost_details to the call.

Testing

Updated test to accept new param.

Pull Request Type

Please select the option(s) that are relevant to this PR.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Improvement (fixing a typo, updating readme, renaming a variable name, etc)

CarrierAccountId = "ca_123",
};

FedExRequestPinResponse response = await Client.FedExRegistration.RequestPin("123456789", "SMS", parameters);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if it matters but phone numbers are 10 digits not 9

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The first param is for a FedEx account number, though next to the 2nd param I can see the confusion!

@Justintime50
Justin Hammond (Justintime50) merged commit bbdd8ab into master Jun 25, 2026
18 checks passed
@Justintime50
Justin Hammond (Justintime50) deleted the EXP-1118_add_params_to_requestPin branch June 25, 2026 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants