10 lines
138 B
Plaintext
10 lines
138 B
Plaintext
url = await create_payment(request)
|
|
return {
|
|
"widgettype":"Iframe",
|
|
"options":{
|
|
"url": url,
|
|
"height": "100%",
|
|
"width":"100%"
|
|
}
|
|
}
|