1.0.11 • Published 6 years ago

bfc-moedapay-lib v1.0.11

Weekly downloads
45
License
Apache-2.0
Repository
-
Last release
6 years ago

bfc-moedapay-lib

How to use

<script src="https://unpkg.com/bfc-moedapay-lib@latest/dist/umd.min.js"></script>

<div id="moedapay-button"></div>
moedapay.renderButton({
  env: process.env.NODE_ENV === "production" ? "prod" : "test",
  size: "normal",
  elementId: "moedapay-button",
  displayType: "overlay",
  createOrderAction: {
    url: 'http://localhost:3377/api/order',
    headers: {}
  },
  cancelReturnUrl: '',
  successReturnUrl: '',
  callbackUrl: '',
  orderInfo: {
    currency: 'BRL',
    products: [{
      id: 'S9WUUDI39820JED',
      name: '',
      value: '10.33',
      quantity: '2',
      options: {}
    }],
    deliveryInfo: {},
    optionals: {}
  },
  beforeCreateOrder: () => {},
  onClose: () => {},
  onCancel: data => {},
  onError: err => {},
  onSuccess: data => {}
});
1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago