mercadopago-sdk 3.3.0 β†’ 3.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (166) hide show
  1. checksums.yaml +4 -4
  2. metadata +9 -193
  3. data/.editorconfig +0 -10
  4. data/.github/ISSUE_TEMPLATE/bug_report.yml +0 -150
  5. data/.github/ISSUE_TEMPLATE/config.yml +0 -8
  6. data/.github/ISSUE_TEMPLATE/feature_request.yml +0 -86
  7. data/.github/ISSUE_TEMPLATE/question.yml +0 -95
  8. data/.github/dependabot.yml +0 -44
  9. data/.github/workflows/ci.yml +0 -43
  10. data/.github/workflows/release.yml +0 -34
  11. data/.gitignore +0 -6
  12. data/.pre-commit-config.yaml +0 -19
  13. data/.rubocop.yml +0 -9
  14. data/.rubocop_todo.yml +0 -104
  15. data/.ruby-version +0 -1
  16. data/CHANGELOG.md +0 -88
  17. data/CODE_OF_CONDUCT.md +0 -73
  18. data/CODING_GUIDELINES.md +0 -70
  19. data/CONTRIBUTING.md +0 -57
  20. data/Gemfile +0 -11
  21. data/Gemfile.lock +0 -74
  22. data/LICENSE.txt +0 -21
  23. data/README.md +0 -115
  24. data/Rakefile +0 -12
  25. data/SUPPORT.md +0 -147
  26. data/docs/CODE_OF_CONDUCT_md.html +0 -154
  27. data/docs/CODING_GUIDELINES_md.html +0 -188
  28. data/docs/CONTRIBUTING_md.html +0 -165
  29. data/docs/LICENSE_txt.html +0 -96
  30. data/docs/Mercadopago/AdvancedPayment.html +0 -279
  31. data/docs/Mercadopago/Card.html +0 -204
  32. data/docs/Mercadopago/CardToken.html +0 -160
  33. data/docs/Mercadopago/Config.html +0 -266
  34. data/docs/Mercadopago/Customer.html +0 -228
  35. data/docs/Mercadopago/DisbursementRefund.html +0 -183
  36. data/docs/Mercadopago/HttpClient.html +0 -249
  37. data/docs/Mercadopago/IdentificationType.html +0 -136
  38. data/docs/Mercadopago/MPBase.html +0 -316
  39. data/docs/Mercadopago/MerchantOrder.html +0 -209
  40. data/docs/Mercadopago/Payment.html +0 -208
  41. data/docs/Mercadopago/PaymentMethods.html +0 -136
  42. data/docs/Mercadopago/Preference.html +0 -184
  43. data/docs/Mercadopago/Refund.html +0 -160
  44. data/docs/Mercadopago/RequestOptions.html +0 -433
  45. data/docs/Mercadopago/SDK.html +0 -528
  46. data/docs/Mercadopago/User.html +0 -136
  47. data/docs/Mercadopago.html +0 -123
  48. data/docs/README_md.html +0 -181
  49. data/docs/created.rid +0 -25
  50. data/docs/css/fonts.css +0 -167
  51. data/docs/css/rdoc.css +0 -619
  52. data/docs/fonts/Lato-Light.ttf +0 -0
  53. data/docs/fonts/Lato-LightItalic.ttf +0 -0
  54. data/docs/fonts/Lato-Regular.ttf +0 -0
  55. data/docs/fonts/Lato-RegularItalic.ttf +0 -0
  56. data/docs/fonts/SourceCodePro-Bold.ttf +0 -0
  57. data/docs/fonts/SourceCodePro-Regular.ttf +0 -0
  58. data/docs/images/add.png +0 -0
  59. data/docs/images/arrow_up.png +0 -0
  60. data/docs/images/brick.png +0 -0
  61. data/docs/images/brick_link.png +0 -0
  62. data/docs/images/bug.png +0 -0
  63. data/docs/images/bullet_black.png +0 -0
  64. data/docs/images/bullet_toggle_minus.png +0 -0
  65. data/docs/images/bullet_toggle_plus.png +0 -0
  66. data/docs/images/date.png +0 -0
  67. data/docs/images/delete.png +0 -0
  68. data/docs/images/find.png +0 -0
  69. data/docs/images/loadingAnimation.gif +0 -0
  70. data/docs/images/macFFBgHack.png +0 -0
  71. data/docs/images/package.png +0 -0
  72. data/docs/images/page_green.png +0 -0
  73. data/docs/images/page_white_text.png +0 -0
  74. data/docs/images/page_white_width.png +0 -0
  75. data/docs/images/plugin.png +0 -0
  76. data/docs/images/ruby.png +0 -0
  77. data/docs/images/tag_blue.png +0 -0
  78. data/docs/images/tag_green.png +0 -0
  79. data/docs/images/transparent.png +0 -0
  80. data/docs/images/wrench.png +0 -0
  81. data/docs/images/wrench_orange.png +0 -0
  82. data/docs/images/zoom.png +0 -0
  83. data/docs/index.html +0 -109
  84. data/docs/js/darkfish.js +0 -84
  85. data/docs/js/navigation.js +0 -105
  86. data/docs/js/navigation.js.gz +0 -0
  87. data/docs/js/search.js +0 -110
  88. data/docs/js/search_index.js +0 -1
  89. data/docs/js/search_index.js.gz +0 -0
  90. data/docs/js/searcher.js +0 -229
  91. data/docs/js/searcher.js.gz +0 -0
  92. data/docs/table_of_contents.html +0 -562
  93. data/examples/chargeback/search_chargeback.rb +0 -14
  94. data/examples/invoice/get_invoice.rb +0 -14
  95. data/examples/oauth/create_token.rb +0 -22
  96. data/examples/order/cancel.rb +0 -29
  97. data/examples/order/capture.rb +0 -29
  98. data/examples/order/create.rb +0 -58
  99. data/examples/order/create_checkout_pro.rb +0 -167
  100. data/examples/order/create_pse.rb +0 -93
  101. data/examples/order/get.rb +0 -28
  102. data/examples/order/process.rb +0 -29
  103. data/examples/order/refund.rb +0 -29
  104. data/examples/order/transaction/create.rb +0 -35
  105. data/examples/order/transaction/delete.rb +0 -22
  106. data/examples/order/transaction/update.rb +0 -30
  107. data/examples/payment/automatic_payment_credential_on_file.rb +0 -194
  108. data/examples/point/create_payment_intent.rb +0 -26
  109. data/examples/preference/create.rb +0 -26
  110. data/examples/preference/create_with_industry_fields.rb +0 -137
  111. data/lib/mercadopago/config/config.rb +0 -67
  112. data/lib/mercadopago/config/request_options.rb +0 -177
  113. data/lib/mercadopago/core/mp_base.rb +0 -154
  114. data/lib/mercadopago/errors/exceptions.rb +0 -108
  115. data/lib/mercadopago/errors/response.rb +0 -58
  116. data/lib/mercadopago/http/http_client.rb +0 -93
  117. data/lib/mercadopago/pagination/iterator.rb +0 -75
  118. data/lib/mercadopago/resources/advanced_payment.rb +0 -96
  119. data/lib/mercadopago/resources/card.rb +0 -75
  120. data/lib/mercadopago/resources/card_token.rb +0 -34
  121. data/lib/mercadopago/resources/chargeback.rb +0 -36
  122. data/lib/mercadopago/resources/customer.rb +0 -73
  123. data/lib/mercadopago/resources/disbursement_refund.rb +0 -46
  124. data/lib/mercadopago/resources/identification_type.rb +0 -22
  125. data/lib/mercadopago/resources/invoice.rb +0 -40
  126. data/lib/mercadopago/resources/merchant_order.rb +0 -64
  127. data/lib/mercadopago/resources/oauth.rb +0 -83
  128. data/lib/mercadopago/resources/order.rb +0 -167
  129. data/lib/mercadopago/resources/order_transaction.rb +0 -51
  130. data/lib/mercadopago/resources/payment.rb +0 -90
  131. data/lib/mercadopago/resources/payment_methods.rb +0 -22
  132. data/lib/mercadopago/resources/point.rb +0 -86
  133. data/lib/mercadopago/resources/preapproval.rb +0 -69
  134. data/lib/mercadopago/resources/preapproval_plan.rb +0 -63
  135. data/lib/mercadopago/resources/preference.rb +0 -63
  136. data/lib/mercadopago/resources/refund.rb +0 -54
  137. data/lib/mercadopago/resources/subscription.rb +0 -63
  138. data/lib/mercadopago/resources/user.rb +0 -20
  139. data/lib/mercadopago/sdk.rb +0 -181
  140. data/lib/mercadopago/webhook/validator.rb +0 -222
  141. data/lib/mercadopago.rb +0 -61
  142. data/mercadopago.gemspec +0 -21
  143. data/tests/test_card.rb +0 -86
  144. data/tests/test_card_token.rb +0 -39
  145. data/tests/test_chargeback.rb +0 -19
  146. data/tests/test_customer.rb +0 -55
  147. data/tests/test_ergonomia.rb +0 -123
  148. data/tests/test_identification_type.rb +0 -16
  149. data/tests/test_invoice.rb +0 -19
  150. data/tests/test_merchant_order.rb +0 -126
  151. data/tests/test_oauth.rb +0 -30
  152. data/tests/test_order.rb +0 -475
  153. data/tests/test_order_transaction.rb +0 -137
  154. data/tests/test_path_param.rb +0 -14
  155. data/tests/test_payment.rb +0 -284
  156. data/tests/test_payment_methods.rb +0 -14
  157. data/tests/test_point.rb +0 -24
  158. data/tests/test_preapproval.rb +0 -82
  159. data/tests/test_preapproval_plan.rb +0 -98
  160. data/tests/test_preference.rb +0 -80
  161. data/tests/test_refund.rb +0 -48
  162. data/tests/test_refund_with_custom_headers.rb +0 -53
  163. data/tests/test_subscription.rb +0 -70
  164. data/tests/test_user.rb +0 -17
  165. data/tests/test_webhook_signature_validator.rb +0 -161
  166. data/tests/tests.rb +0 -19
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 518cbc2c53d00de1452bf210afff62915ba381a970d084ca42a848e5604fa582
4
- data.tar.gz: 85468b9a03305eb33e4b053a4aae7149cbacd1ceb33df494e25bf63391b2bfea
3
+ metadata.gz: ad128a85a3821f015239dd0a592514773f75a0b1de42c9e450ebf0fa4ad03b64
4
+ data.tar.gz: 472fb800eb51bc864c0d7ff7970bd1e6d4311a5beff9171f2e664b1d0f3c7802
5
5
  SHA512:
6
- metadata.gz: 59839cc98cb80e2718b5694f05559b0a73fe23f04b953c0d172bb80b0609c220f673bd88952326eab551bcd52edd0beec0cb2173c188b9ea9cace45c5513b75b
7
- data.tar.gz: 4e2e68a2fef69a84eafba9c8fa6b877d214f953e764d26525f48dca5cb812686195fe7fea80085704c8827de1d023fe385c366dede92156a98e680d51ae8dbce
6
+ metadata.gz: edc71e9de287961bd00ae926bee067debd0bdcc15710df1837bba5bc23e7cc8db7a8aacf57463564e2d346160f848e55fa3631061424b65a117db79a0c2054e2
7
+ data.tar.gz: f4524cb5274cc1a5a11b2c618c955f313adbba9b0f864c367d56d6d30e098ce3168cccc56af1b02ba118c5cfd32c6728563b6fcb45ee7b65c79a73fd2e0bbf2f
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mercadopago-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.0
4
+ version: 3.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mercado Pago
8
+ autorequire:
8
9
  bindir: bin
9
10
  cert_chain: []
10
- date: 1980-01-02 00:00:00.000000000 Z
11
+ date: 2026-08-28 00:00:00.000000000 Z
11
12
  dependencies:
12
13
  - !ruby/object:Gem::Dependency
13
14
  name: faraday
@@ -66,178 +67,16 @@ dependencies:
66
67
  - !ruby/object:Gem::Version
67
68
  version: '13.0'
68
69
  description: Mercado Pago Ruby SDK
70
+ email:
69
71
  executables: []
70
72
  extensions: []
71
73
  extra_rdoc_files: []
72
- files:
73
- - ".editorconfig"
74
- - ".github/ISSUE_TEMPLATE/bug_report.yml"
75
- - ".github/ISSUE_TEMPLATE/config.yml"
76
- - ".github/ISSUE_TEMPLATE/feature_request.yml"
77
- - ".github/ISSUE_TEMPLATE/question.yml"
78
- - ".github/dependabot.yml"
79
- - ".github/workflows/ci.yml"
80
- - ".github/workflows/release.yml"
81
- - ".gitignore"
82
- - ".pre-commit-config.yaml"
83
- - ".rubocop.yml"
84
- - ".rubocop_todo.yml"
85
- - ".ruby-version"
86
- - CHANGELOG.md
87
- - CODE_OF_CONDUCT.md
88
- - CODING_GUIDELINES.md
89
- - CONTRIBUTING.md
90
- - Gemfile
91
- - Gemfile.lock
92
- - LICENSE.txt
93
- - README.md
94
- - Rakefile
95
- - SUPPORT.md
96
- - docs/CODE_OF_CONDUCT_md.html
97
- - docs/CODING_GUIDELINES_md.html
98
- - docs/CONTRIBUTING_md.html
99
- - docs/LICENSE_txt.html
100
- - docs/Mercadopago.html
101
- - docs/Mercadopago/AdvancedPayment.html
102
- - docs/Mercadopago/Card.html
103
- - docs/Mercadopago/CardToken.html
104
- - docs/Mercadopago/Config.html
105
- - docs/Mercadopago/Customer.html
106
- - docs/Mercadopago/DisbursementRefund.html
107
- - docs/Mercadopago/HttpClient.html
108
- - docs/Mercadopago/IdentificationType.html
109
- - docs/Mercadopago/MPBase.html
110
- - docs/Mercadopago/MerchantOrder.html
111
- - docs/Mercadopago/Payment.html
112
- - docs/Mercadopago/PaymentMethods.html
113
- - docs/Mercadopago/Preference.html
114
- - docs/Mercadopago/Refund.html
115
- - docs/Mercadopago/RequestOptions.html
116
- - docs/Mercadopago/SDK.html
117
- - docs/Mercadopago/User.html
118
- - docs/README_md.html
119
- - docs/created.rid
120
- - docs/css/fonts.css
121
- - docs/css/rdoc.css
122
- - docs/fonts/Lato-Light.ttf
123
- - docs/fonts/Lato-LightItalic.ttf
124
- - docs/fonts/Lato-Regular.ttf
125
- - docs/fonts/Lato-RegularItalic.ttf
126
- - docs/fonts/SourceCodePro-Bold.ttf
127
- - docs/fonts/SourceCodePro-Regular.ttf
128
- - docs/images/add.png
129
- - docs/images/arrow_up.png
130
- - docs/images/brick.png
131
- - docs/images/brick_link.png
132
- - docs/images/bug.png
133
- - docs/images/bullet_black.png
134
- - docs/images/bullet_toggle_minus.png
135
- - docs/images/bullet_toggle_plus.png
136
- - docs/images/date.png
137
- - docs/images/delete.png
138
- - docs/images/find.png
139
- - docs/images/loadingAnimation.gif
140
- - docs/images/macFFBgHack.png
141
- - docs/images/package.png
142
- - docs/images/page_green.png
143
- - docs/images/page_white_text.png
144
- - docs/images/page_white_width.png
145
- - docs/images/plugin.png
146
- - docs/images/ruby.png
147
- - docs/images/tag_blue.png
148
- - docs/images/tag_green.png
149
- - docs/images/transparent.png
150
- - docs/images/wrench.png
151
- - docs/images/wrench_orange.png
152
- - docs/images/zoom.png
153
- - docs/index.html
154
- - docs/js/darkfish.js
155
- - docs/js/navigation.js
156
- - docs/js/navigation.js.gz
157
- - docs/js/search.js
158
- - docs/js/search_index.js
159
- - docs/js/search_index.js.gz
160
- - docs/js/searcher.js
161
- - docs/js/searcher.js.gz
162
- - docs/table_of_contents.html
163
- - examples/chargeback/search_chargeback.rb
164
- - examples/invoice/get_invoice.rb
165
- - examples/oauth/create_token.rb
166
- - examples/order/cancel.rb
167
- - examples/order/capture.rb
168
- - examples/order/create.rb
169
- - examples/order/create_checkout_pro.rb
170
- - examples/order/create_pse.rb
171
- - examples/order/get.rb
172
- - examples/order/process.rb
173
- - examples/order/refund.rb
174
- - examples/order/transaction/create.rb
175
- - examples/order/transaction/delete.rb
176
- - examples/order/transaction/update.rb
177
- - examples/payment/automatic_payment_credential_on_file.rb
178
- - examples/point/create_payment_intent.rb
179
- - examples/preference/create.rb
180
- - examples/preference/create_with_industry_fields.rb
181
- - lib/mercadopago.rb
182
- - lib/mercadopago/config/config.rb
183
- - lib/mercadopago/config/request_options.rb
184
- - lib/mercadopago/core/mp_base.rb
185
- - lib/mercadopago/errors/exceptions.rb
186
- - lib/mercadopago/errors/response.rb
187
- - lib/mercadopago/http/http_client.rb
188
- - lib/mercadopago/pagination/iterator.rb
189
- - lib/mercadopago/resources/advanced_payment.rb
190
- - lib/mercadopago/resources/card.rb
191
- - lib/mercadopago/resources/card_token.rb
192
- - lib/mercadopago/resources/chargeback.rb
193
- - lib/mercadopago/resources/customer.rb
194
- - lib/mercadopago/resources/disbursement_refund.rb
195
- - lib/mercadopago/resources/identification_type.rb
196
- - lib/mercadopago/resources/invoice.rb
197
- - lib/mercadopago/resources/merchant_order.rb
198
- - lib/mercadopago/resources/oauth.rb
199
- - lib/mercadopago/resources/order.rb
200
- - lib/mercadopago/resources/order_transaction.rb
201
- - lib/mercadopago/resources/payment.rb
202
- - lib/mercadopago/resources/payment_methods.rb
203
- - lib/mercadopago/resources/point.rb
204
- - lib/mercadopago/resources/preapproval.rb
205
- - lib/mercadopago/resources/preapproval_plan.rb
206
- - lib/mercadopago/resources/preference.rb
207
- - lib/mercadopago/resources/refund.rb
208
- - lib/mercadopago/resources/subscription.rb
209
- - lib/mercadopago/resources/user.rb
210
- - lib/mercadopago/sdk.rb
211
- - lib/mercadopago/webhook/validator.rb
212
- - mercadopago.gemspec
213
- - tests/test_card.rb
214
- - tests/test_card_token.rb
215
- - tests/test_chargeback.rb
216
- - tests/test_customer.rb
217
- - tests/test_ergonomia.rb
218
- - tests/test_identification_type.rb
219
- - tests/test_invoice.rb
220
- - tests/test_merchant_order.rb
221
- - tests/test_oauth.rb
222
- - tests/test_order.rb
223
- - tests/test_order_transaction.rb
224
- - tests/test_path_param.rb
225
- - tests/test_payment.rb
226
- - tests/test_payment_methods.rb
227
- - tests/test_point.rb
228
- - tests/test_preapproval.rb
229
- - tests/test_preapproval_plan.rb
230
- - tests/test_preference.rb
231
- - tests/test_refund.rb
232
- - tests/test_refund_with_custom_headers.rb
233
- - tests/test_subscription.rb
234
- - tests/test_user.rb
235
- - tests/test_webhook_signature_validator.rb
236
- - tests/tests.rb
74
+ files: []
237
75
  homepage: http://github.com/mercadopago/sdk-ruby
238
76
  licenses:
239
77
  - MIT
240
78
  metadata: {}
79
+ post_install_message:
241
80
  rdoc_options: []
242
81
  require_paths:
243
82
  - lib
@@ -252,31 +91,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
252
91
  - !ruby/object:Gem::Version
253
92
  version: '0'
254
93
  requirements: []
255
- rubygems_version: 3.6.9
94
+ rubygems_version: 3.5.22
95
+ signing_key:
256
96
  specification_version: 4
257
97
  summary: Mercado Pago Ruby SDK
258
- test_files:
259
- - tests/test_card.rb
260
- - tests/test_card_token.rb
261
- - tests/test_chargeback.rb
262
- - tests/test_customer.rb
263
- - tests/test_ergonomia.rb
264
- - tests/test_identification_type.rb
265
- - tests/test_invoice.rb
266
- - tests/test_merchant_order.rb
267
- - tests/test_oauth.rb
268
- - tests/test_order.rb
269
- - tests/test_order_transaction.rb
270
- - tests/test_path_param.rb
271
- - tests/test_payment.rb
272
- - tests/test_payment_methods.rb
273
- - tests/test_point.rb
274
- - tests/test_preapproval.rb
275
- - tests/test_preapproval_plan.rb
276
- - tests/test_preference.rb
277
- - tests/test_refund.rb
278
- - tests/test_refund_with_custom_headers.rb
279
- - tests/test_subscription.rb
280
- - tests/test_user.rb
281
- - tests/test_webhook_signature_validator.rb
282
- - tests/tests.rb
98
+ test_files: []
data/.editorconfig DELETED
@@ -1,10 +0,0 @@
1
- # see http://editorconfig.org/
2
-
3
- root = true
4
-
5
- [*]
6
- indent_style = space
7
- indent_size = 2
8
- end_of_line = lf
9
- charset = utf-8
10
- insert_final_newline = true
@@ -1,150 +0,0 @@
1
- name: πŸ› Bug Report
2
- description: Report a bug or unexpected behavior in the SDK
3
- title: "[BUG]: "
4
- labels: ["bug"]
5
- assignees: ["luismeli10","orojaspardo","barajas-d"]
6
-
7
- body:
8
- - type: markdown
9
- attributes:
10
- value: |
11
- ## πŸ› Thanks for reporting this issue!
12
-
13
- Please make sure you tested with the latest version of the relevant packages and/or checked existing issues to avoid duplicates. If the bug persists, open the issue with a clear and concise description including screenshots, if applicable. We appreciate your feedback!
14
-
15
- **Before reporting a bug:**
16
- - πŸ” **Search [existing issues](./issues?q=is%3Aissue) to avoid duplicates**
17
- - πŸ“š **Verify you are using the [latest version](../../releases)**
18
- - πŸ’‘ **Try to reproduce the problem in sandbox environment**
19
- - ⚠️ **IMPORTANT: Your bug will be resolved faster if you can share a self-contained example that doesn't rely on internal or private dependencies.**
20
-
21
- > **πŸ”’ SECURITY WARNING:** Issues without reproduction steps or code examples may be immediately closed as not actionable. Always remember to **REMOVE ALL PII AND PERSONAL INFORMATION** from your examples. **Bugs opened with real data will be immediately reported and closed.**
22
-
23
- - type: input
24
- id: sdk-version
25
- attributes:
26
- label: πŸ“¦ SDK Version
27
- description: "Example: 2.1.0"
28
- placeholder: "x.y.z"
29
- validations:
30
- required: true
31
-
32
- - type: textarea
33
- id: environment-details
34
- attributes:
35
- label: πŸ–₯️ Environment Details
36
- description: |
37
- System and dependencies information
38
- placeholder: |
39
- - Operating System: [e.g. Ubuntu 20.04, Windows 11, macOS 13]
40
- - Language Version: [e.g. Python 3.9.0, Node.js 18.0.0]
41
- - Framework: [e.g. Django 4.0, Express 4.18]
42
- - Package Manager: [e.g. pip 21.0, npm 8.0]
43
- - Other relevant dependencies: ...
44
- validations:
45
- required: true
46
-
47
- - type: dropdown
48
- id: country
49
- attributes:
50
- label: 🌎 Country
51
- description: Country where the issue occurs
52
- options:
53
- - Argentina (MLA)
54
- - Brazil (MLB)
55
- - Chile (MLC)
56
- - Colombia (MCO)
57
- - Mexico (MLM)
58
- - Peru (MPE)
59
- - Uruguay (MLU)
60
- - Other
61
- validations:
62
- required: true
63
-
64
- - type: textarea
65
- id: description
66
- attributes:
67
- label: πŸ“ Bug Description
68
- description: A clear and concise description of what the bug is
69
- placeholder: The SDK fails when I try to...
70
- validations:
71
- required: true
72
-
73
- - type: textarea
74
- id: expected
75
- attributes:
76
- label: βœ… Expected Behavior
77
- description: A clear description of the behavior you expected from the SDK
78
- placeholder: I expected the SDK to...
79
- validations:
80
- required: true
81
-
82
- - type: textarea
83
- id: actual
84
- attributes:
85
- label: ❌ Actual Behavior
86
- description: A description of what the SDK actually does instead
87
- placeholder: Instead, the SDK...
88
- validations:
89
- required: true
90
-
91
- - type: textarea
92
- id: reproduce
93
- attributes:
94
- label: πŸ”„ Steps To Reproduce
95
- description: Detailed steps to reproduce the problem
96
- placeholder: |
97
- 1. Configure the SDK with...
98
- 2. Execute the method...
99
- 3. Send the following parameters...
100
- 4. Observe the error...
101
- validations:
102
- required: true
103
-
104
- - type: textarea
105
- id: code-sample
106
- attributes:
107
- label: πŸ’» Code Example
108
- description: |
109
- Minimal code that reproduces the problem. **REMOVE ALL CREDENTIALS AND SENSITIVE DATA.**
110
-
111
- You can provide:
112
- - A CodeSandbox (https://codepen.io/pen/)
113
- - A link to a GitHub repository
114
- - A minimal code example that reproduces the problem
115
- - A screenshot of the application if you think it is relevant
116
-
117
- **Remember to REMOVE ALL SENSITIVE DATA FIRST.**
118
- render: python
119
- placeholder: |
120
- import mercadopago
121
-
122
- sdk = mercadopago.SDK("YOUR_ACCESS_TOKEN") # ⚠️ DO NOT USE REAL TOKENS
123
-
124
- # Your code here that reproduces the bug...
125
- validations:
126
- required: true
127
-
128
- - type: textarea
129
- id: error-logs
130
- attributes:
131
- label: πŸ“‹ Logs and Error Messages
132
- description: Copy complete logs, stack traces, or error messages
133
- render: shell
134
- placeholder: |
135
- Error: ...
136
- Stack trace: ...
137
-
138
- - type: checkboxes
139
- id: checklist
140
- attributes:
141
- label: βœ… Checklist
142
- options:
143
- - label: I have verified that I am using the latest SDK version
144
- required: true
145
- - label: I have searched existing issues and this bug has not been reported
146
- required: true
147
- - label: I have included a minimal code example to reproduce the problem
148
- required: true
149
- - label: I have removed all sensitive information (tokens, credentials, real data)
150
- required: true
@@ -1,8 +0,0 @@
1
- blank_issues_enabled: false
2
- contact_links:
3
- - name: Support Center Mercado Pago - ES
4
- url: https://www.mercadopago.com/developers/es/support/center
5
- about: Problems with payments, account, or general inquiries
6
- - name: Support Center Mercado Pago - PT
7
- url: https://www.mercadopago.com/developers/pt/support/center
8
- about: Problems with payments, account, or general inquiries
@@ -1,86 +0,0 @@
1
- name: ✨ Feature Request
2
- description: Propose a new feature for the Mercado Pago SDK
3
- title: "[FEATURE]: "
4
- labels: ["enhancement"]
5
- assignees: ["luismeli10","orojaspardo","barajas-d"]
6
-
7
- body:
8
- - type: markdown
9
- attributes:
10
- value: |
11
- ## πŸ’‘ Thanks for contributing with ideas!
12
-
13
- Your feedback is valuable to improve the SDK. Before submitting:
14
- - πŸ” **Search [existing issues](./issues?q=is%3Aissue) to avoid duplicates**.
15
- - πŸ“š **Check the [documentation](https://www.mercadopago.com/developers/es/docs) to confirm this isn't already supported**.
16
-
17
- - type: dropdown
18
- id: feature-type
19
- attributes:
20
- label: βš™οΈ Feature Type
21
- description: What type of improvement are you proposing?
22
- options:
23
- - New feature
24
- - Enhancement of existing feature
25
- - Support for new Mercado Pago product
26
- - Better error handling
27
- - Documentation improvement
28
- - Performance optimization
29
- - Other
30
- validations:
31
- required: true
32
-
33
- - type: textarea
34
- id: problem
35
- attributes:
36
- label: 🎯 Problem to solve
37
- description: Describe the problem or need this feature would solve.
38
- placeholder: |
39
- As a developer of [application type]...
40
- I need [feature]...
41
- To be able to [goal]...
42
- validations:
43
- required: true
44
-
45
- - type: textarea
46
- id: solution
47
- attributes:
48
- label: πŸ’‘ Proposed Solution
49
- description: Describe how you would like this new feature to work.
50
- placeholder: |
51
- I would like the SDK to support...
52
- The implementation could be...
53
- Usage example:
54
- ```
55
- // example code
56
- ```
57
- validations:
58
- required: true
59
-
60
- - type: textarea
61
- id: alternatives
62
- attributes:
63
- label: πŸ”„ Alternatives Considered
64
- description: |
65
- Have you tried any workarounds?
66
- Are there similar features in other SDKs or libraries?
67
- placeholder: |
68
- - Alternative 1: ...
69
- - Alternative 2: ...
70
- - In the [language] SDK they do...
71
-
72
- - type: checkboxes
73
- id: checklist
74
- attributes:
75
- label: βœ… Checklist
76
- options:
77
- - label: I have searched existing issues and this feature has not been requested before
78
- required: true
79
- - label: I have clearly described the problem I am trying to solve
80
- required: true
81
- - label: I have proposed a concrete solution or API design
82
- required: true
83
- - label: This feature would benefit other users, not just my specific use case
84
- required: true
85
- - label: I have not included any sensitive information (tokens, credentials, real data)
86
- required: true
@@ -1,95 +0,0 @@
1
- name: πŸ’¬ Question
2
- description: Ask a question about the Mercado Pago SDK
3
- title: "[QUESTION]: "
4
- labels: ["question"]
5
- assignees: ["luismeli10","orojaspardo","barajas-d"]
6
-
7
- body:
8
- - type: markdown
9
- attributes:
10
- value: |
11
- ## πŸ‘‹ Thanks for using the Mercado Pago SDK!
12
-
13
- Before asking your question, please:
14
- - πŸ” **Search [existing issues](./issues?q=is%3Aissue) to see if it was already answered**
15
- - πŸ“š **Check the [official documentation](https://www.mercadopago.com/developers/es/docs)**
16
- - πŸ’‘ **Review the repository examples**
17
-
18
- - type: input
19
- id: sdk-version
20
- attributes:
21
- label: πŸ“¦ SDK Version
22
- description: "Example: 2.1.0"
23
- placeholder: "x.y.z"
24
- validations:
25
- required: true
26
-
27
- - type: dropdown
28
- id: country
29
- attributes:
30
- label: 🌎 Country
31
- description: In which country are you operating?
32
- options:
33
- - Argentina (MLA)
34
- - Brazil (MLB)
35
- - Chile (MLC)
36
- - Colombia (MCO)
37
- - Mexico (MLM)
38
- - Peru (MPE)
39
- - Uruguay (MLU)
40
- - Other
41
- validations:
42
- required: true
43
-
44
- - type: textarea
45
- id: context
46
- attributes:
47
- label: πŸ–₯️ Environment Details
48
- description: |
49
- Provide details about your environment to help us understand your setup:
50
- - Platform (Web, Mobile, Backend)
51
- - Framework used
52
- - Relevant error messages
53
- - Documentation consulted
54
- placeholder: |
55
- - Platform: [e.g. Backend, Web, Mobile]
56
- - Language Version: [e.g. Python 3.9.0, Node.js 18.0.0]
57
- - Framework: [e.g. Django 4.0, Express 4.18]
58
- - Other relevant dependencies: ...
59
-
60
- - type: textarea
61
- id: question
62
- attributes:
63
- label: ❓ Your Question
64
- description: Ask your question as clearly and specifically as possible. The more detail you provide, the faster we can help.
65
- placeholder: |
66
- What are you trying to do?
67
- What have you tried so far?
68
- What is the result you are getting vs. what you expected?
69
- Is there an error message involved?
70
- validations:
71
- required: true
72
-
73
- - type: textarea
74
- id: code-sample
75
- attributes:
76
- label: πŸ’» Code Example (optional)
77
- description: If applicable, share a code snippet that illustrates your question. **Remember to remove all sensitive data (tokens, credentials, etc)**
78
- render: python
79
- placeholder: |
80
- import mercadopago
81
-
82
- sdk = mercadopago.SDK("YOUR_ACCESS_TOKEN") # ⚠️ DO NOT USE REAL TOKENS
83
- # Your code here...
84
-
85
- - type: checkboxes
86
- id: checklist
87
- attributes:
88
- label: βœ… Checklist
89
- options:
90
- - label: I have searched existing issues
91
- required: true
92
- - label: I have checked the official documentation
93
- required: true
94
- - label: I have removed sensitive information (tokens, credentials, etc)
95
- required: true
@@ -1,44 +0,0 @@
1
- # Dependabot version updates β€” sdk-ruby
2
- # UbicaciΓ³n obligatoria: .github/dependabot.yml
3
- # Ecosistemas: bundler (Ruby) + github-actions
4
- version: 2
5
-
6
- updates:
7
- # ── Ruby / Bundler ───────────────────────────────────────────────────
8
- - package-ecosystem: "bundler"
9
- directory: "/"
10
- schedule:
11
- interval: "weekly"
12
- day: "monday"
13
- time: "09:00"
14
- timezone: "America/Bogota"
15
- open-pull-requests-limit: 5
16
- assignees:
17
- - "luismeli10"
18
- - "orojaspardo"
19
- - "barajas-d"
20
- labels:
21
- - "dependencies"
22
- commit-message:
23
- prefix: "chore(deps)"
24
- include: "scope"
25
- # bundler puede ejecutar cΓ³digo de gemspec durante el update β€” lo bloqueamos
26
- insecure-external-code-execution: "deny"
27
- ignore:
28
- - dependency-name: "*"
29
- update-types: ["version-update:semver-major"]
30
-
31
- # ── GitHub Actions (CI) ──────────────────────────────────────────────
32
- - package-ecosystem: "github-actions"
33
- directory: "/"
34
- schedule:
35
- interval: "weekly"
36
- day: "monday"
37
- time: "09:00"
38
- timezone: "America/Bogota"
39
- open-pull-requests-limit: 1
40
- labels:
41
- - "dependencies"
42
- - "ci"
43
- commit-message:
44
- prefix: "chore(ci)"
@@ -1,43 +0,0 @@
1
- name: Ruby
2
-
3
- on:
4
- push:
5
- branches: [ master ]
6
- pull_request:
7
- branches: [ master ]
8
-
9
- jobs:
10
- test:
11
- runs-on: ubuntu-latest
12
- container: ruby:3.4
13
-
14
- steps:
15
- - name: Checkout code
16
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
17
- with:
18
- ref: ${{ github.event.pull_request.head.ref }}
19
- repository: ${{ github.event.pull_request.head.repo.full_name }}
20
-
21
- - name: Cache gems
22
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
23
- with:
24
- path: vendor/bundle
25
- key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
26
- restore-keys: |
27
- ${{ runner.os }}-gems-
28
-
29
- - name: Install dependencies
30
- run: |
31
- bundle config set --local path vendor/bundle
32
- bundle install
33
-
34
- - name: Rubocop
35
- run: bundle exec rubocop lib
36
-
37
- # Integration tests disabled: they require a valid MercadoPago ACCESS_TOKEN
38
- # that is not available in the CI environment. To run them locally:
39
- # ACCESS_TOKEN=<your_token> bundle exec rake
40
- # - name: Run tests
41
- # run: bundle exec rake
42
- # env:
43
- # ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN_V2 }}