Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] network_transaction_data in forward_data #356

Merged
merged 9 commits into from
Jan 2, 2025
Prev Previous commit
Next Next commit
Update src/utils/config/index.ts
Co-authored-by: André <[email protected]>
VickieAranha and andreagostinho-meli authored Jan 2, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 7c11b45429e1a905902a85383cdd746f471bff97
2 changes: 1 addition & 1 deletion src/utils/config/index.ts
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ export class AppConfig {
static readonly BASE_URL = 'https://api.mercadopago.com';
static readonly PRODUCT_ID = 'bc32b6ntrpp001u8nhkg';

static SDK_VERSION = '2.1.2';
static SDK_VERSION = '2.2.0';

static readonly Headers = {
AUTHORIZATION: 'Authorization',