tf-checkout-react 1.5.5 → 1.5.6

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.
@@ -1450,10 +1450,10 @@ var removeFromResale = /*#__PURE__*/function () {
1450
1450
  };
1451
1451
  }();
1452
1452
  var processTicket = function processTicket(hash) {
1453
- return publicRequest.post("v1/ticket/" + hash + "/process-invitation");
1453
+ return publicRequest.post("v1/ticket/" + hash + "/process");
1454
1454
  };
1455
1455
  var declineInvitation = function declineInvitation(hash) {
1456
- return publicRequest.post("v1/ticket/" + hash + "/decline-invitation");
1456
+ return publicRequest.post("v1/ticket/" + hash + "/decline");
1457
1457
  };
1458
1458
 
1459
1459
  var getCustomerExistsData = /*#__PURE__*/function () {