1.0.11 • Published 4 years ago

bfc-moedapay-lib v1.0.11

Weekly downloads
45
License
Apache-2.0
Repository
-
Last release
4 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

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago