Skip to content

Commit

Permalink
fix: placeholder mercado pago user id
Browse files Browse the repository at this point in the history
  • Loading branch information
MuriloKakazu committed Sep 29, 2024
1 parent f15d6b1 commit 8a38710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/application-dev.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ spring.datasource.hikari.connection-timeout=60000
integrations.mercadopago.base-url=https://api.mercadopago.com
integrations.mercadopago.public-key=${MERCADOPAGO_PUBLIC_KEY:fake}
integrations.mercadopago.access-token=${MERCADOPAGO_PRIVATE_ACCESS_TOKEN:fake}
integrations.mercadopago.app-user-id=${MERCADOPAGO_APP_USER_ID:fake}
integrations.mercadopago.app-user-id=${MERCADOPAGO_APP_USER_ID:404}
integrations.mercadopago.point-of-sale-id=${MERCADOPAGO_POINT_OF_SALE_ID:fake}
integrations.mercadopago.notifications-url=${MERCADOPAGO_NOTIFICATIONS_URL:https://e916-189-29-149-200.ngrok-free.app/webhooks/mercadopago}
2 changes: 1 addition & 1 deletion src/main/resources/application-test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ spring.jpa.properties.hibernate.format_sql=true
integrations.mercadopago.base-url=https://api.mercadopago.com
integrations.mercadopago.public-key=${MERCADOPAGO_PUBLIC_KEY:fake}
integrations.mercadopago.access-token=${MERCADOPAGO_PRIVATE_ACCESS_TOKEN:fake}
integrations.mercadopago.app-user-id=${MERCADOPAGO_APP_USER_ID:fake}
integrations.mercadopago.app-user-id=${MERCADOPAGO_APP_USER_ID:404}
integrations.mercadopago.point-of-sale-id=${MERCADOPAGO_POINT_OF_SALE_ID:fake}
integrations.mercadopago.notifications-url=${MERCADOPAGO_NOTIFICATIONS_URL:https://e916-189-29-149-200.ngrok-free.app/webhooks/mercadopago}

0 comments on commit 8a38710

Please sign in to comment.