Skip to content

Commit

Permalink
Merge pull request #2 from morggansoft/feat/mercado-binary-mode
Browse files Browse the repository at this point in the history
feat: mercado binary mode
  • Loading branch information
morggansoft authored Jun 10, 2020
2 parents 7c20be1 + 3e753b7 commit a5cc3b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/services/orders/OrdersService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ export class OrdersService extends DBService<Order>
type: 'customer',
id: user.mercadoCustomerId,
},
binary_mode: true,
};

const { response } = await mercadopago.payment.create(
Expand Down

0 comments on commit a5cc3b2

Please sign in to comment.