@nowramp/sdk 0.1.83 → 0.1.85
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.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -719,6 +719,8 @@ interface CreateCheckoutIntentParams {
|
|
|
719
719
|
redirectUrl?: string;
|
|
720
720
|
/** Custom metadata */
|
|
721
721
|
metadata?: Record<string, string>;
|
|
722
|
+
/** Partner metadata forwarded to order and webhook payloads */
|
|
723
|
+
partnerMetadata?: Record<string, unknown>;
|
|
722
724
|
}
|
|
723
725
|
/**
|
|
724
726
|
* Normalized transaction status
|