@motopays/pay-form 1.0.7 → 1.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/README.md CHANGED
@@ -58,7 +58,8 @@ payment$.payment = {
58
58
  payment$.settings = {
59
59
  isPhoneNumberFieldVisible: false,
60
60
  isCloseButtonVisible: true,
61
- isMotoInfoShown: true
61
+ isMotoInfoShown: true,
62
+ motoInfo: 'The info'
62
63
  }
63
64
 
64
65
  payment$.addEventListener("close", (event) => {
@@ -112,6 +113,7 @@ declare module "@motopays/pay-form";
112
113
  | isPhoneNumberFieldVisible | boolean | Whether to show the phone input field when creating a map |
113
114
  | isCloseButtonVisible | boolean | Whether to show a window close button in the top right corner of the screen |
114
115
  | isMotoInfoShown | boolean | Whether to show information about Moto |
116
+ | motoInfo | string | The information displays in info section |
115
117
 
116
118
  ### Output events
117
119