Add Individual Identity and Document, also Add IsusingEmbossingKit resources - #8
Closed
xavier-stark wants to merge 10 commits into
Closed
xavier-stark wants to merge 10 commits into
xavier-stark wants to merge 10 commits into
Conversation
xavier-stark
force-pushed
the
feature/individual
branch
from
April 12, 2023 17:27
6b6f1af to
29e3afc
Compare
xavier-stark
force-pushed
the
feature/individual
branch
from
April 12, 2023 19:17
29e3afc to
96b06e1
Compare
…shierBankCode and description parameter to StaticBrcode resource
…to CreditNote resource
| ## Added | ||
| - metadata parameter to IssuingPurchase resource | ||
|
|
||
|
|
Contributor
There was a problem hiding this comment.
Tem algum motivo para essas duas listas de ##Addeds estarem separados?
|
|
||
| You can preview different types of credits before creating them (Currently we only have CreditNote previews): | ||
| ### Create CreditPreviews | ||
|
|
| ); | ||
| } | ||
| } | ||
| } |
Contributor
There was a problem hiding this comment.
\n no final
| } | ||
| } | ||
| } | ||
| } |
| ); | ||
| } | ||
| } | ||
| } |
| holderExternalID: generatedHolderExternalID, | ||
| holderName: generatedHolderName, | ||
| holderTaxID: generatedHolderTaxID, | ||
| holderTaxID: "586.589.770-56", |
Contributor
There was a problem hiding this comment.
Tem algum motivo para ter mudado isso?
| List<IssuingCard> cards = IssuingCard.Create(new List<IssuingCard>() { issuingcard }); | ||
| IssuingCard card = cards.First(); | ||
| string cardID = card.ID; | ||
|
|
Contributor
There was a problem hiding this comment.
Esse \n aqui é necessário?
| accountType: "checking", | ||
| branchCode: "0000", | ||
| keyID: TestUtils.RandomPhoneNumber(), | ||
| keyID: "+5523933276344", |
Contributor
There was a problem hiding this comment.
Tem algum motivo pra ter mudado?
| return new List<PixInfraction>{ | ||
| new PixInfraction( | ||
| referenceID: request.EndToEndID, | ||
| referenceID: "E340526492022101714362hylhjAaQa7", |
Contributor
There was a problem hiding this comment.
Algum motivo para ter mudado?
| id: Environment.GetEnvironmentVariable("SANDBOX_ORGANIZATION_ID"), // "9999999999999999", | ||
| privateKey: Environment.GetEnvironmentVariable("SANDBOX_ORGANIZATION_PRIVATE_KEY"), // "-----BEGIN EC PRIVATE KEY-----\nMHQCAQEEIBEcEJZLk/DyuXVsEjz0w4vrE7plPXhQxODvcG1Jc0WToAcGBSuBBAAK\noUQDQgAE6t4OGx1XYktOzH/7HV6FBukxq0Xs2As6oeN6re1Ttso2fwrh5BJXDq75\nmSYHeclthCRgU8zl6H1lFQ4BKZ5RCQ==\n-----END EC PRIVATE KEY-----\n" | ||
| workspaceID: workspaceID | ||
| "sandbox", |
Contributor
There was a problem hiding this comment.
Não estava funcionando da forma que tava?
|
Closing this PR automatically due to more than 6 months of inactivity (no activity since before 2026-01-01). Please reopen if this work is still relevant. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.