Files
Savya Bikram Shah 98526d82d9
Some checks failed
Publish UPM / split (push) Has been cancelled
feat: route FonepayClient through FonepayAsyncBridge; bump 0.2.0
2026-05-07 18:10:17 +05:45

23 lines
762 B
JSON

{
"name": "com.darkmattergameproduction.fonepay-unity",
"displayName": "Fonepay Unity",
"version": "0.2.0",
"unity": "6000.4",
"unityRelease": "5f1",
"description": "Fonepay payment integration for Unity. Generate Fonepay QR codes, await payment confirmation via websocket, and process tax refunds. Credentials managed via Tools > Fonepay > Settings.",
"dependencies": {
"com.unity.test-framework": "1.6.0"
},
"samples": [
{
"displayName": "Example Payment Flow",
"description": "Minimal MonoBehaviour: request QR, render, await payment with cancel support.",
"path": "Samples~/Example"
}
],
"author": {
"name": "Savya Bikram Shah",
"url": "https://savya.com.np",
"email": "mail@savya.com.np"
}
}