@connectedxm/client 8.0.10 → 8.0.11
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10054,7 +10054,7 @@ var ApplyEventRegistrationCoupon = async ({
|
|
|
10054
10054
|
clientApiParams
|
|
10055
10055
|
}) => {
|
|
10056
10056
|
const clientApi = await GetClientAPI(clientApiParams);
|
|
10057
|
-
const { data } = await clientApi.
|
|
10057
|
+
const { data } = await clientApi.put(
|
|
10058
10058
|
`/events/${eventId}/registration/coupon`,
|
|
10059
10059
|
{ draft, code }
|
|
10060
10060
|
);
|