@cshah18/sdk 4.5.0 → 4.6.0

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.
@@ -5658,6 +5658,8 @@ class ApiClient {
5658
5658
  payload.currency = data.currency;
5659
5659
  if (data.payment_method)
5660
5660
  payload.payment_method = data.payment_method;
5661
+ if (data.micrositeCheckout !== undefined)
5662
+ payload.micrositeCheckout = data.micrositeCheckout;
5661
5663
  if (data.metadata)
5662
5664
  payload.metadata = data.metadata;
5663
5665
  }