@depay/widgets 11.4.3 → 11.4.5

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
@@ -567,9 +567,8 @@ A function that will be called once the payment has been validated by DePay Apis
567
567
  ```javascript
568
568
  DePayWidgets.Payment({
569
569
 
570
- validated: (successful, data)=> {
570
+ validated: (successful, transaction)=> {
571
571
  // successful (true or false)
572
- // data (can contain transaction_id)
573
572
  }
574
573
  })
575
574
  ```