UNPKG
@nicogorga/medusa-payment-mercadopago
Version:
latest (0.3.0)
0.3.0
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
0.0.1
Mercado Pago payment provider plugin for MedusaJS
@nicogorga/medusa-payment-mercadopago
/
src
/
api
/
store
/
mercadopago
/
payment-methods
/
query-config.ts
5 lines
•
123 B
text/typescript
View Raw
1
2
3
4
5
export
const
listPaymentmethodsQueryConfig = {
defaults
: [
'account_holder.*'
],
isList
:
true
,
defaultLimit
:
50
}