Skip to content

Commit

Permalink
test: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mvarlic committed Oct 21, 2024
1 parent 567346d commit 78535fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mocks/transaccion_completa_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const FULL_TX_TRANSACTION_STATUS_RESPONSE_MOCK = {
status: "AUTHORIZED",
buy_order: "1643997337",
session_id: "1134425622",
card_detail: { card_number: "6623" }, // Asegúrate de que mapResponseDetail esté definido previamente
card_detail: { card_number: "6623" },
accounting_date: "0731",
transaction_date: "2021-07-31T23:31:14.249Z",
authorization_code: "1213",
Expand Down

0 comments on commit 78535fc

Please sign in to comment.