Skip to content

Conversation

@igorsilva-stark
Copy link
Contributor

No description provided.

@igorsilva-stark igorsilva-stark force-pushed the feature/add-expand-parameter branch from c006fce to c9ed3c9 Compare March 26, 2025 17:33
"5155165527080960",
payer_id="012.345.678-90",
end_to_end_id=starkinfra.endtoendid.create("20018183"),
expand=[], #Options are "keyStatistics", "ownerStatistics"
Copy link
Contributor

Choose a reason for hiding this comment

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

Tirar o comentário

self.status = status
self.tax_id = tax_id
self.description = description
self.expand = expand
Copy link
Contributor

Choose a reason for hiding this comment

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

O expand deveria ir na query string, da uma olhada como que é feito pra cartão no SDK

Copy link
Contributor

Choose a reason for hiding this comment

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

Funcionou desse jeito?



def get(id, payer_id, end_to_end_id=None, user=None):
def get(id, payer_id, end_to_end_id=None, user=None, expand=None):
Copy link
Contributor

Choose a reason for hiding this comment

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

Fazer igual pro brcode payment

)
self.assertIn("statistics", str(pix_key))
self.assertIn("owner_statistics", str(pix_key))
print(pix_key)
Copy link
Contributor

Choose a reason for hiding this comment

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

Testar para o brcode tmb né

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants