@paynext/sdk 0.0.7 → 0.0.8

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.
package/dist/index.es.js CHANGED
@@ -1651,7 +1651,7 @@ const So = async (e) => {
1651
1651
  },
1652
1652
  status: {
1653
1653
  success: "Sucesso",
1654
- error: "Não foi possível autenticar seu método de pagamento. Escolha um método de pagamento diferente e tente novamente."
1654
+ error: "Não foi possível autenticar o seu método de pagamento. Selecione outro método de pagamento e tente novamente."
1655
1655
  }
1656
1656
  }, rl = {
1657
1657
  card: {
@@ -8175,7 +8175,7 @@ const Mr = [
8175
8175
  {
8176
8176
  name: "Maestro",
8177
8177
  type: "maestro",
8178
- pattern: /^(50\d{2,16}|5[6-9]\d{2,16}|6\d{3,15}|0604\d{0,13}|6390\d{0,13}|5018\d{0,15}|5020\d{0,15}|5038\d{0,15}|5893\d{0,15}|6304\d{0,15}|6759\d{0,15}|6761\d{0,15}|6762\d{0,15}|6763\d{0,15})$/,
8178
+ pattern: /^(5018|5020|5038|6304|6759|6761|6763)$/,
8179
8179
  minLength: 12,
8180
8180
  maxLength: 19
8181
8181
  }