@fractalpay/fractalpay-next-dev 0.0.241 → 0.0.242

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.js CHANGED
@@ -39,7 +39,7 @@ var require_package = __commonJS({
39
39
  "package.json"(exports, module) {
40
40
  module.exports = {
41
41
  name: "@fractalpay/fractalpay-next-dev",
42
- version: "0.0.241",
42
+ version: "0.0.242",
43
43
  private: false,
44
44
  type: "module",
45
45
  scripts: {
@@ -10908,7 +10908,7 @@ var PaymentWidget = ({
10908
10908
  bankSurcharge,
10909
10909
  partialRef
10910
10910
  }) => {
10911
- const [show, setShow] = useState11(false);
10911
+ const [show, setShow] = useState11(autoTrigger || false);
10912
10912
  const [loading, setLoading] = useState11(false);
10913
10913
  const [childHandleClose, setChildHandleClose] = useState11(() => () => {
10914
10914
  });