@getopenpay/openpay-js 0.5.25 → 0.5.26-alpha.b27533a
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/{Resource-zujlVo-F.js → Resource-BTI6WB7T.js} +1 -1
- package/dist/{SimpleSpanProcessor-a50wJDqC.js → SimpleSpanProcessor-Wdf_4dSN.js} +6 -6
- package/dist/{detect-resources-UbSRm7db.js → detect-resources-BNscsznr.js} +5 -5
- package/dist/{diag-api-iTj0t8NN.js → diag-api-FVBEcpxz.js} +1 -1
- package/dist/{index-DDvgYHjK.js → index-BEVVMoU9.js} +1 -1
- package/dist/{index-C0VDR0gK.js → index-BcWFYkb4.js} +1 -1
- package/dist/{index-BJN9mxWz.js → index-BgHhU0A8.js} +4 -4
- package/dist/{index-BQQ3TSSe.js → index-C1AiPpyr.js} +4 -4
- package/dist/{index-Cf2tEI4b.js → index-CKzbKyBk.js} +1 -1
- package/dist/{index-VU8k9gBE.js → index-CghLdfn-.js} +4 -4
- package/dist/{index-CQw1axvy.js → index-Cjw9fKN9.js} +5 -5
- package/dist/{index-C3dbZU49.js → index-DyERGUVL.js} +1 -1
- package/dist/{index-BCVOhSFT.js → index-Y0ak9P_0.js} +2 -2
- package/dist/{index-BmfwKlzi.js → index-oH6YuusY.js} +2224 -2197
- package/dist/index.d.ts +4 -0
- package/dist/index.es.js +1 -1
- package/dist/index.umd.js +10 -10
- package/dist/{metrics-api-Cmje9Aat.js → metrics-api-S56G7fxm.js} +1 -1
- package/dist/{suppress-tracing-QycbVyJL.js → suppress-tracing-DCUyTcqK.js} +1 -1
- package/dist/{url-c5k5Yl5P.js → url-CA0iqkek.js} +1 -1
- package/dist/{utils-5D-ArVRe.js → utils-DQ0NI9P1.js} +3 -3
- package/dist/{utils-RafSjFZg.js → utils-DV10T3sw.js} +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -609,6 +609,10 @@ declare type KlarnaFlowCustomParams = {
|
|
|
609
609
|
*/
|
|
610
610
|
processor?: PaymentProcessor;
|
|
611
611
|
isAnonymous?: boolean;
|
|
612
|
+
/**
|
|
613
|
+
* Redirect the top-level page for Stripe Klarna authorization.
|
|
614
|
+
* Defaults to false to preserve the existing iframe flow.
|
|
615
|
+
*/
|
|
612
616
|
useRedirectFlow?: boolean;
|
|
613
617
|
};
|
|
614
618
|
|
package/dist/index.es.js
CHANGED