@@ -514,7 +514,7 @@ The iframe renders the redeem widget
514
514
< div class = " voucherify-voucher-redeem"
515
515
data- client- app- id= " YOUR-CLIENT-APPLICATION-ID-FROM-SETTINGS"
516
516
data- client- token= " YOUR-CLIENT-TOKEN-FROM-SETTINGS"
517
- data- client- app- url= " API-ENDPOINT ; optional; defaults to https://app.voucherify.io"
517
+ data- client- app- url= " APP-REGION-URL ; optional, defaults to https://app.voucherify.io; example: https://as1. app.voucherify.io"
518
518
519
519
data- code- field= " true"
520
520
data- code- field- label= " Label"
@@ -623,7 +623,7 @@ You can also embed the "get voucher" widget as an iframe
623
623
<div class=" voucherify- get- voucher"
624
624
data-client-app-id=" YOUR - CLIENT - APPLICATION - ID - FROM - SETTINGS "
625
625
data-client-token=" YOUR - CLIENT - TOKEN - FROM - SETTINGS "
626
- data-client-app-url=" API - ENDPOINT ; optional; defaults to https: // app.voucherify.io"
626
+ data-client-app-url=" APP - REGION - URL ; optional, defaults to https: // app.voucherify.io; example: https://as1. app.voucherify.io"
627
627
628
628
data- campaign= " Campaign name"
629
629
@@ -678,7 +678,7 @@ The iframe renders a widget which creates a customer profile in Voucherify
678
678
<div class=" voucherify- subscribe"
679
679
data-client-app-id=" YOUR - CLIENT - APPLICATION - ID - FROM - SETTINGS "
680
680
data-client-token=" YOUR - CLIENT - TOKEN - FROM - SETTINGS "
681
- data-client-app-url=" API - ENDPOINT ; optional; defaults to https: // app.voucherify.io"
681
+ data-client-app-url=" APP - REGION - URL ; optional, defaults to https: // app.voucherify.io; example: https://as1. app.voucherify.io"
682
682
683
683
data- name- field= " true"
684
684
data- name- field- required= " false"
@@ -739,7 +739,8 @@ Description and legal fields do support markdown syntax. It means that you can u
739
739
740
740
### Changelog
741
741
742
- - **2021-06-20** - `1.33.0` - Add possibility of configuring API endpoint for iframe widgets
742
+ - **2021-06-18** - `1.33.1` - Updated readme
743
+ - **2021-06-17** - `1.33.0` - Add possibility of configuring region for iframe widgets
743
744
- **2020-09-16** - `1.32.0` - Add possibility to send order metadata with validation request
744
745
- **2019-12-23** - `1.31.0` - Add possibility to send customer metadata with validation request
745
746
- **2019-02-05** - `1.30.0` - Add method for setting base app url
0 commit comments