Releases: rspective/voucherify.js
Releases · rspective/voucherify.js
v1.33.1
v1.33.0 - Added possibility of configuring API endpoint for iframe widgets
We extended the iframes config by adding a parameter for configuring the API endpoint. If you have a project located in the us1 or as1 region you can now easily switch to the other regions.
v1.32.0 - Support order metadata in validation
Validation API - Added option to pass in parameters metadata of order
Validation - metadata object for describing customer
Add possibility to send customer metadata with the validation request
Added method for setting base API url
v1.30.0 1.30.0
Web widgets - new attribute
Web widgets - new attribute for hiding a note describing Voucherify privacy policy
Metadata Fields
Introduce attribute which allows the end consumers to set their value for predefined metadata property.
Redeem Widget updates
- Custom result messages
- Consents
- Separated metadata for redemption and customer
Bugfix resolving filter object to query params
Bugfix resolving filter object to query params. Thanks to this it will be possible to pass advanced filters to a method for listing vouchers.
Voucherify.listVouchers({
filters: {
"junction": "and",
"redemption.redeemed_quantity": {
"conditions": {
"$more_than": 0
}
},
"expiration_date": {
"conditions": {
"$more_than": 0
}
},
}
}, function callback (response) { })
Flag configuring consents field
v1.25.0 1.25.0