diff --git a/wwwroot/recharge.dspy b/wwwroot/recharge.dspy index cf9fcba..c552677 100644 --- a/wwwroot/recharge.dspy +++ b/wwwroot/recharge.dspy @@ -3,7 +3,7 @@ debug(f'recharge.dspy: {params_kw=}') try: url = await create_payment(request, params_kw) return { - "widgettype":"Iframe", + "widgettype":"NewWindow", "options":{ "url": url, "height": "100%",