From 9f620084b2fbba04bc93f644c21d4fd50e23e239 Mon Sep 17 00:00:00 2001 From: Savya Bikram Shah Date: Thu, 7 May 2026 17:33:26 +0545 Subject: [PATCH] Added docs and test --- Assets/SamplePayment.cs | 55 ------ Assets/SamplePayment.cs.meta | 2 - Assets/Scenes/SampleScene.unity | 17 -- .../CHANGELOG.md | 19 ++ .../CHANGELOG.md.meta | 0 .../Documentation.meta | 0 .../Documentation/Fonepay Unity.md | 36 ++++ .../Documentation/Fonepay Unity.md.meta | 0 .../Editor.meta | 0 .../DarkmatterFonepayUnity.Editor.asmdef | 0 .../DarkmatterFonepayUnity.Editor.asmdef.meta | 0 .../Editor/FonepayBuildSecretsInjector.cs | 0 .../FonepayBuildSecretsInjector.cs.meta | 0 .../Editor/FonepaySecretsStore.cs | 0 .../Editor/FonepaySecretsStore.cs.meta | 0 .../Editor/FonepaySettingsWindow.cs | 0 .../Editor/FonepaySettingsWindow.cs.meta | 0 .../Editor/FonepayStartupCheck.cs | 0 .../Editor/FonepayStartupCheck.cs.meta | 0 .../README.md | 96 +++++++++ .../README.md.meta | 0 .../Runtime.meta | 0 .../Runtime/API.meta | 0 .../Runtime/API/FonepayApiClient.cs | 0 .../Runtime/API/FonepayApiClient.cs.meta | 0 .../Runtime/API/FonepayWebsocketClient.cs | 0 .../API/FonepayWebsocketClient.cs.meta | 0 .../Runtime/Async.meta | 0 .../Runtime/Async/FonepayAsync.cs | 0 .../Runtime/Async/FonepayAsync.cs.meta | 0 .../Runtime/Async/FonepayAsyncBridge.cs | 0 .../Runtime/Async/FonepayAsyncBridge.cs.meta | 0 .../Runtime/Core.meta | 0 .../Runtime/Core/FonepayBakedSecrets.cs | 0 .../Runtime/Core/FonepayBakedSecrets.cs.meta | 0 .../Runtime/Core/FonepayClient.cs | 0 .../Runtime/Core/FonepayClient.cs.meta | 0 .../Runtime/Core/FonepayConfig.cs | 0 .../Runtime/Core/FonepayConfig.cs.meta | 0 .../Runtime/Core/FonepayConfigSO.cs | 0 .../Runtime/Core/FonepayConfigSO.cs.meta | 0 .../Runtime/Core/FonepayEnvironment.cs | 0 .../Runtime/Core/FonepayEnvironment.cs.meta | 0 .../Runtime/Crypto.meta | 0 .../Runtime/Crypto/HmacSha512Signer.cs | 0 .../Runtime/Crypto/HmacSha512Signer.cs.meta | 0 .../Darkmatter.FonepayUnity.Runtime.asmdef | 0 ...arkmatter.FonepayUnity.Runtime.asmdef.meta | 0 .../Runtime/Models.meta | 0 .../Runtime/Models/FonepayError.cs | 0 .../Runtime/Models/FonepayError.cs.meta | 0 .../Runtime/Models/QrRequest.cs | 0 .../Runtime/Models/QrRequest.cs.meta | 0 .../Runtime/Models/QrResponse.cs | 0 .../Runtime/Models/QrResponse.cs.meta | 0 .../Runtime/Models/TaxRefundRequest.cs | 0 .../Runtime/Models/TaxRefundRequest.cs.meta | 0 .../Runtime/Models/TaxRefundResponse.cs | 0 .../Runtime/Models/TaxRefundResponse.cs.meta | 0 .../Runtime/Models/Websocket.meta | 0 .../Models/Websocket/PaymentOutcome.cs | 0 .../Models/Websocket/PaymentOutcome.cs.meta | 0 .../Models/Websocket/QRPaymentStatus.cs | 0 .../Models/Websocket/QRPaymentStatus.cs.meta | 0 .../Models/Websocket/QRVerificationStatus.cs | 0 .../Websocket/QRVerificationStatus.cs.meta | 0 .../Models/Websocket/TransactionStatus.cs | 0 .../Websocket/TransactionStatus.cs.meta | 0 .../Models/Websocket/WebsocketMessage.cs | 0 .../Models/Websocket/WebsocketMessage.cs.meta | 0 .../Runtime/Plugins.meta | 0 .../Runtime/Plugins/QRCoder-LICENSE.txt | 0 .../Runtime/Plugins/QRCoder-LICENSE.txt.meta | 0 .../Runtime/Plugins/QRCoder.dll | Bin .../Runtime/Plugins/QRCoder.dll.meta | 0 .../Runtime/QR.meta | 0 .../Runtime/QR/FonepayQRGenerator.cs | 0 .../Runtime/QR/FonepayQRGenerator.cs.meta | 0 .../Samples~}/Example/.sample.json | 0 .../Samples~/Example/SamplePayment.cs | 88 +++++++++ .../Tests.meta | 0 .../Tests/Editor.meta | 0 ...arkmatter.FonepayUnity.Editor.Tests.asmdef | 25 +++ ...ter.FonepayUnity.Editor.Tests.asmdef.meta} | 0 .../Tests/Editor/WebsocketMessageTests.cs | 78 ++++++++ .../Editor/WebsocketMessageTests.cs.meta | 2 + .../Tests/Runtime.meta | 0 ...rkmatter.FonepayUnity.Runtime.Tests.asmdef | 21 ++ ...er.FonepayUnity.Runtime.Tests.asmdef.meta} | 0 .../Tests/Runtime/FonepayRuntimeTests.cs | 100 ++++++++++ .../Tests/Runtime/FonepayRuntimeTests.cs.meta | 2 + .../Third Party Notices.md | 0 .../Third Party Notices.md.meta | 0 .../package.json | 23 +++ .../package.json.meta | 0 .../com.voidbotz.fonepayunity/CHANGELOG.md | 11 -- .../Documentation/Fonepay Unity.md | 169 ---------------- .../Documentation/images.meta | 8 - .../Documentation/images/example.png | Bin 52261 -> 0 bytes .../Documentation/images/example.png.meta | 182 ------------------ Packages/com.voidbotz.fonepayunity/README.md | 1 - .../com.voidbotz.fonepayunity/Samples.meta | 8 - .../Samples/Example.meta | 8 - .../Tests/Editor/EditorExampleTest.cs | 29 --- .../Tests/Editor/EditorExampleTest.cs.meta | 2 - .../Voidbotz.Fonepayunity.Editor.Tests.asmdef | 14 -- .../Tests/Runtime/FonepayRuntimeTests.cs | 91 +++++++++ .../Tests/Runtime/RuntimeExampleTest.cs | 28 --- .../Tests/Runtime/RuntimeExampleTest.cs.meta | 2 - .../Voidbotz.Fonepayunity.Tests.asmdef | 11 -- .../com.voidbotz.fonepayunity/package.json | 19 -- Packages/packages-lock.json | 16 +- 112 files changed, 589 insertions(+), 574 deletions(-) delete mode 100644 Assets/SamplePayment.cs delete mode 100644 Assets/SamplePayment.cs.meta create mode 100644 Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/CHANGELOG.md rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/CHANGELOG.md.meta (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Documentation.meta (100%) create mode 100644 Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Documentation/Fonepay Unity.md rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Documentation/Fonepay Unity.md.meta (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Editor.meta (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Editor/DarkmatterFonepayUnity.Editor.asmdef (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Editor/DarkmatterFonepayUnity.Editor.asmdef.meta (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Editor/FonepayBuildSecretsInjector.cs (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Editor/FonepayBuildSecretsInjector.cs.meta (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Editor/FonepaySecretsStore.cs (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Editor/FonepaySecretsStore.cs.meta (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Editor/FonepaySettingsWindow.cs (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Editor/FonepaySettingsWindow.cs.meta (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Editor/FonepayStartupCheck.cs (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Editor/FonepayStartupCheck.cs.meta (100%) create mode 100644 Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/README.md rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/README.md.meta (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime.meta (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/API.meta (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/API/FonepayApiClient.cs (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/API/FonepayApiClient.cs.meta (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/API/FonepayWebsocketClient.cs (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/API/FonepayWebsocketClient.cs.meta (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Async.meta (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Async/FonepayAsync.cs (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Async/FonepayAsync.cs.meta (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Async/FonepayAsyncBridge.cs (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Async/FonepayAsyncBridge.cs.meta (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Core.meta (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Core/FonepayBakedSecrets.cs (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Core/FonepayBakedSecrets.cs.meta (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Core/FonepayClient.cs (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Core/FonepayClient.cs.meta (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Core/FonepayConfig.cs (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Core/FonepayConfig.cs.meta (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Core/FonepayConfigSO.cs (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Core/FonepayConfigSO.cs.meta (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Core/FonepayEnvironment.cs (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Core/FonepayEnvironment.cs.meta (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Crypto.meta (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Crypto/HmacSha512Signer.cs (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Crypto/HmacSha512Signer.cs.meta (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Darkmatter.FonepayUnity.Runtime.asmdef (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Darkmatter.FonepayUnity.Runtime.asmdef.meta (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Models.meta (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Models/FonepayError.cs (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Models/FonepayError.cs.meta (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Models/QrRequest.cs (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Models/QrRequest.cs.meta (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Models/QrResponse.cs (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Models/QrResponse.cs.meta (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Models/TaxRefundRequest.cs (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Models/TaxRefundRequest.cs.meta (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Models/TaxRefundResponse.cs (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Models/TaxRefundResponse.cs.meta (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Models/Websocket.meta (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Models/Websocket/PaymentOutcome.cs (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Models/Websocket/PaymentOutcome.cs.meta (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Models/Websocket/QRPaymentStatus.cs (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Models/Websocket/QRPaymentStatus.cs.meta (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Models/Websocket/QRVerificationStatus.cs (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Models/Websocket/QRVerificationStatus.cs.meta (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Models/Websocket/TransactionStatus.cs (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Models/Websocket/TransactionStatus.cs.meta (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Models/Websocket/WebsocketMessage.cs (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Models/Websocket/WebsocketMessage.cs.meta (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Plugins.meta (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Plugins/QRCoder-LICENSE.txt (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Plugins/QRCoder-LICENSE.txt.meta (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Plugins/QRCoder.dll (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/Plugins/QRCoder.dll.meta (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/QR.meta (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/QR/FonepayQRGenerator.cs (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Runtime/QR/FonepayQRGenerator.cs.meta (100%) rename Packages/{com.voidbotz.fonepayunity/Samples => com.darkmattergameproduction.com.darkmatter.fonepay-unity/Samples~}/Example/.sample.json (100%) create mode 100644 Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Samples~/Example/SamplePayment.cs rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Tests.meta (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Tests/Editor.meta (100%) create mode 100644 Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Tests/Editor/Darkmatter.FonepayUnity.Editor.Tests.asmdef rename Packages/{com.voidbotz.fonepayunity/Tests/Editor/Voidbotz.Fonepayunity.Editor.Tests.asmdef.meta => com.darkmattergameproduction.com.darkmatter.fonepay-unity/Tests/Editor/Darkmatter.FonepayUnity.Editor.Tests.asmdef.meta} (100%) create mode 100644 Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Tests/Editor/WebsocketMessageTests.cs create mode 100644 Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Tests/Editor/WebsocketMessageTests.cs.meta rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Tests/Runtime.meta (100%) create mode 100644 Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Tests/Runtime/Darkmatter.FonepayUnity.Runtime.Tests.asmdef rename Packages/{com.voidbotz.fonepayunity/Tests/Runtime/Voidbotz.Fonepayunity.Tests.asmdef.meta => com.darkmattergameproduction.com.darkmatter.fonepay-unity/Tests/Runtime/Darkmatter.FonepayUnity.Runtime.Tests.asmdef.meta} (100%) create mode 100644 Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Tests/Runtime/FonepayRuntimeTests.cs create mode 100644 Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Tests/Runtime/FonepayRuntimeTests.cs.meta rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Third Party Notices.md (100%) rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/Third Party Notices.md.meta (100%) create mode 100644 Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/package.json rename Packages/{com.voidbotz.fonepayunity => com.darkmattergameproduction.com.darkmatter.fonepay-unity}/package.json.meta (100%) delete mode 100644 Packages/com.voidbotz.fonepayunity/CHANGELOG.md delete mode 100644 Packages/com.voidbotz.fonepayunity/Documentation/Fonepay Unity.md delete mode 100644 Packages/com.voidbotz.fonepayunity/Documentation/images.meta delete mode 100644 Packages/com.voidbotz.fonepayunity/Documentation/images/example.png delete mode 100644 Packages/com.voidbotz.fonepayunity/Documentation/images/example.png.meta delete mode 100644 Packages/com.voidbotz.fonepayunity/README.md delete mode 100644 Packages/com.voidbotz.fonepayunity/Samples.meta delete mode 100644 Packages/com.voidbotz.fonepayunity/Samples/Example.meta delete mode 100644 Packages/com.voidbotz.fonepayunity/Tests/Editor/EditorExampleTest.cs delete mode 100644 Packages/com.voidbotz.fonepayunity/Tests/Editor/EditorExampleTest.cs.meta delete mode 100644 Packages/com.voidbotz.fonepayunity/Tests/Editor/Voidbotz.Fonepayunity.Editor.Tests.asmdef create mode 100644 Packages/com.voidbotz.fonepayunity/Tests/Runtime/FonepayRuntimeTests.cs delete mode 100644 Packages/com.voidbotz.fonepayunity/Tests/Runtime/RuntimeExampleTest.cs delete mode 100644 Packages/com.voidbotz.fonepayunity/Tests/Runtime/RuntimeExampleTest.cs.meta delete mode 100644 Packages/com.voidbotz.fonepayunity/Tests/Runtime/Voidbotz.Fonepayunity.Tests.asmdef delete mode 100644 Packages/com.voidbotz.fonepayunity/package.json diff --git a/Assets/SamplePayment.cs b/Assets/SamplePayment.cs deleted file mode 100644 index 2ea3f37..0000000 --- a/Assets/SamplePayment.cs +++ /dev/null @@ -1,55 +0,0 @@ -using System; -using Cysharp.Threading.Tasks; -using UnityEngine; -using UnityEngine.UI; - -namespace Darkmatter.Fonepay.Samples -{ - public class SamplePayment : MonoBehaviour - { - [SerializeField] private Image qrImage; - [SerializeField] private GameObject successObject; - [SerializeField] private GameObject failedObject; - [SerializeField] private Button payButton; - - private void Start() - { - payButton.onClick.AddListener(OnPayButtonClicked); - } - - private void OnPayButtonClicked() - { - InitiatePayment().Forget(); - } - - private async UniTask InitiatePayment() - { - var fonepay = new FonepayClient(); - var request = new QrRequest - { - amount = 1f, - remarks1 = "mausham ko paisa" - }; - var qr = await fonepay.PurchaseAsync(request, destroyCancellationToken); - - if (qr.qrCode != null) - { - qrImage.sprite = Sprite.Create( - qr.qrCode, - new Rect(0, 0, qr.qrCode.width, qr.qrCode.height), - new Vector2(0.5f, 0.5f)); - qrImage.gameObject.SetActive(true); - } - - var payment = await fonepay.AwaitPaymentAsync( - qr.thirdpartyQrWebSocketUrl, - onQrVerified: v => Debug.Log($"Fonepay QR verified: {v}"), - ct: destroyCancellationToken); - var ok = payment.Outcome == PaymentOutcome.Complete; - - qrImage.gameObject.SetActive(false); - successObject.SetActive(ok); - failedObject.SetActive(!ok); - } - } -} \ No newline at end of file diff --git a/Assets/SamplePayment.cs.meta b/Assets/SamplePayment.cs.meta deleted file mode 100644 index 94a92c8..0000000 --- a/Assets/SamplePayment.cs.meta +++ /dev/null @@ -1,2 +0,0 @@ -fileFormatVersion: 2 -guid: 57da22305386447fcabd663378359ede \ No newline at end of file diff --git a/Assets/Scenes/SampleScene.unity b/Assets/Scenes/SampleScene.unity index bf7e362..354cca3 100644 --- a/Assets/Scenes/SampleScene.unity +++ b/Assets/Scenes/SampleScene.unity @@ -445,7 +445,6 @@ GameObject: - component: {fileID: 508689485} - component: {fileID: 508689487} - component: {fileID: 508689486} - - component: {fileID: 508689488} m_Layer: 5 m_Name: Image m_TagString: Untagged @@ -515,22 +514,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 508689484} m_CullTransparentMesh: 1 ---- !u!114 &508689488 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 508689484} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 57da22305386447fcabd663378359ede, type: 3} - m_Name: - m_EditorClassIdentifier: Assembly-CSharp::Darkmatter.Fonepay.Samples.SamplePayment - qrImage: {fileID: 308706331} - successObject: {fileID: 454747} - failedObject: {fileID: 1400840764} - payButton: {fileID: 1002816889} --- !u!1 &519420028 GameObject: m_ObjectHideFlags: 0 diff --git a/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/CHANGELOG.md b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/CHANGELOG.md new file mode 100644 index 0000000..9d156ad --- /dev/null +++ b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog +All notable changes to this package will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + +## [0.1.0] - 2026-05-07 + +### Added +- `FonepayClient` façade: `PurchaseAsync`, `GetStatusAsync`, `AwaitPaymentAsync`, `PostTaxRefundAsync`. +- HMAC-SHA512 signing of all signed payloads. +- Editor tooling for credential management (Tools > Fonepay > Settings). +- Example sample under Package Manager > Samples. +- Edit-mode tests covering `WebsocketMessage.Status` parsing and `PaymentOutcome` rules. + +### Fixed +- `WebsocketMessage.Status` returned default values due to invalid `??=` cache on generic struct. Now reparses on each access. +- `AwaitPaymentAsync` hung indefinitely when the server closed the websocket before a payment frame; now throws `InvalidOperationException`. +- `QRPaymentStatus.transactionDate` changed from `DateTime` to `string` (JsonUtility cannot deserialize `DateTime`). diff --git a/Packages/com.voidbotz.fonepayunity/CHANGELOG.md.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/CHANGELOG.md.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/CHANGELOG.md.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/CHANGELOG.md.meta diff --git a/Packages/com.voidbotz.fonepayunity/Documentation.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Documentation.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Documentation.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Documentation.meta diff --git a/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Documentation/Fonepay Unity.md b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Documentation/Fonepay Unity.md new file mode 100644 index 0000000..1681ec6 --- /dev/null +++ b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Documentation/Fonepay Unity.md @@ -0,0 +1,36 @@ +# Fonepay Unity + +See [README](../README.md) for setup, API reference, and examples. + +## Architecture + +| Layer | Type | Purpose | +|---|---|---| +| Public | `FonepayClient` | Façade. Auto-loads config + secrets. | +| API | `FonepayApiClient` | Signed REST calls (QR, status, tax refund). | +| Websocket | `FonepayWebsocketClient` | Receive-loop for QR verification + payment frames. | +| Crypto | `HmacSha512Signer` | HMAC-SHA512 dataValidation. | +| Models | `QrRequest`/`QrResult`/`QRPaymentStatus`/... | Serializable DTOs. | + +## Flow + +``` +PurchaseAsync(req) ── POST QR ──▶ QrResult { qrCode, thirdpartyQrWebSocketUrl } +AwaitPaymentAsync(url) ── WS ──▶ QRPaymentStatus { Outcome } + ├─ qrVerified frame → onQrVerified callback + └─ paymentSuccess frame → resolve +``` + +## Outcome rules + +| `success` | `paymentSuccess` | `Outcome` | +|---|---|---| +| true | true | Complete | +| true | false | CancelledByUser | +| false | * | Failed | + +## Termination + +- Payment frame received → resolve normally. +- `CancellationToken` cancelled → `OperationCanceledException`, socket disconnects. +- Server closes socket before payment → `InvalidOperationException`. diff --git a/Packages/com.voidbotz.fonepayunity/Documentation/Fonepay Unity.md.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Documentation/Fonepay Unity.md.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Documentation/Fonepay Unity.md.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Documentation/Fonepay Unity.md.meta diff --git a/Packages/com.voidbotz.fonepayunity/Editor.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Editor.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Editor.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Editor.meta diff --git a/Packages/com.voidbotz.fonepayunity/Editor/DarkmatterFonepayUnity.Editor.asmdef b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Editor/DarkmatterFonepayUnity.Editor.asmdef similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Editor/DarkmatterFonepayUnity.Editor.asmdef rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Editor/DarkmatterFonepayUnity.Editor.asmdef diff --git a/Packages/com.voidbotz.fonepayunity/Editor/DarkmatterFonepayUnity.Editor.asmdef.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Editor/DarkmatterFonepayUnity.Editor.asmdef.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Editor/DarkmatterFonepayUnity.Editor.asmdef.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Editor/DarkmatterFonepayUnity.Editor.asmdef.meta diff --git a/Packages/com.voidbotz.fonepayunity/Editor/FonepayBuildSecretsInjector.cs b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Editor/FonepayBuildSecretsInjector.cs similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Editor/FonepayBuildSecretsInjector.cs rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Editor/FonepayBuildSecretsInjector.cs diff --git a/Packages/com.voidbotz.fonepayunity/Editor/FonepayBuildSecretsInjector.cs.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Editor/FonepayBuildSecretsInjector.cs.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Editor/FonepayBuildSecretsInjector.cs.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Editor/FonepayBuildSecretsInjector.cs.meta diff --git a/Packages/com.voidbotz.fonepayunity/Editor/FonepaySecretsStore.cs b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Editor/FonepaySecretsStore.cs similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Editor/FonepaySecretsStore.cs rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Editor/FonepaySecretsStore.cs diff --git a/Packages/com.voidbotz.fonepayunity/Editor/FonepaySecretsStore.cs.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Editor/FonepaySecretsStore.cs.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Editor/FonepaySecretsStore.cs.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Editor/FonepaySecretsStore.cs.meta diff --git a/Packages/com.voidbotz.fonepayunity/Editor/FonepaySettingsWindow.cs b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Editor/FonepaySettingsWindow.cs similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Editor/FonepaySettingsWindow.cs rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Editor/FonepaySettingsWindow.cs diff --git a/Packages/com.voidbotz.fonepayunity/Editor/FonepaySettingsWindow.cs.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Editor/FonepaySettingsWindow.cs.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Editor/FonepaySettingsWindow.cs.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Editor/FonepaySettingsWindow.cs.meta diff --git a/Packages/com.voidbotz.fonepayunity/Editor/FonepayStartupCheck.cs b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Editor/FonepayStartupCheck.cs similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Editor/FonepayStartupCheck.cs rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Editor/FonepayStartupCheck.cs diff --git a/Packages/com.voidbotz.fonepayunity/Editor/FonepayStartupCheck.cs.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Editor/FonepayStartupCheck.cs.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Editor/FonepayStartupCheck.cs.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Editor/FonepayStartupCheck.cs.meta diff --git a/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/README.md b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/README.md new file mode 100644 index 0000000..7704efa --- /dev/null +++ b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/README.md @@ -0,0 +1,96 @@ +# Fonepay Unity + +Fonepay payment integration for Unity. Request QR codes, await payment confirmation over websocket, process tax refunds — all from a single async-friendly client. + +## Requirements + +- Unity 6000.4+ +- [UniTask](https://github.com/Cysharp/UniTask) (for sample only — runtime uses `System.Threading.Tasks`) + +## Setup + +1. Install the package via Package Manager (Git URL or local). +2. Open **Tools > Fonepay > Settings** to create the `FonepayConfig` asset and enter your merchant credentials. Credentials are kept out of source control and baked at build time. +3. (Optional) **Window > Package Manager > Fonepay Unity > Samples > Import** to drop the example MonoBehaviour into your project. + +## Usage + +### 1. Request a QR + +```csharp +using Darkmatter.Fonepay; + +var fonepay = new FonepayClient(); + +QrResult qr = await fonepay.PurchaseAsync(new QrRequest +{ + amount = 100f, + remarks1 = "order #1234" +}, ct); + +// qr.qrCode is a Texture2D ready to render +// qr.thirdpartyQrWebSocketUrl — pass to AwaitPaymentAsync +``` + +### 2. Await payment + +```csharp +QRPaymentStatus result = await fonepay.AwaitPaymentAsync( + qr.thirdpartyQrWebSocketUrl, + onQrVerified: verified => Debug.Log($"QR scanned: {verified}"), + ct: ct); + +switch (result.Outcome) +{ + case PaymentOutcome.Complete: // success + case PaymentOutcome.CancelledByUser: // user dismissed in app + case PaymentOutcome.Failed: // server rejected +} +``` + +`AwaitPaymentAsync` opens the websocket, fires `onQrVerified` when the QR is scanned, then resolves on the terminal payment frame and disconnects. + +### 3. Cancellation & timeout + +```csharp +var cts = CancellationTokenSource.CreateLinkedTokenSource(destroyCancellationToken); +cts.CancelAfter(TimeSpan.FromMinutes(15)); // QR validity + +try +{ + var payment = await fonepay.AwaitPaymentAsync(qr.thirdpartyQrWebSocketUrl, ct: cts.Token); +} +catch (OperationCanceledException) { /* user cancelled or timed out */ } +catch (InvalidOperationException) { /* server closed websocket early */ } +catch (FonepayError e) { /* API error — e.ErrorCode, e.Docs */ } +``` + +Calling `cts.Cancel()` from a button handler aborts the await and disconnects the socket. + +### 4. Tax refund + +```csharp +TaxRefundResponse refund = await fonepay.PostTaxRefundAsync(new TaxRefundRequest +{ + fonepayTraceId = "...", + merchantPRN = "...", + invoiceNumber = "INV-001", + invoiceDate = DateTime.UtcNow, + transactionAmount = 100f, +}, ct); +``` + +## Errors + +`FonepayError` (extends `Exception`) carries `ErrorCode` and `Docs`. Throw paths: +- Missing/invalid `FonepayConfig` asset or credentials +- Non-2xx HTTP responses from Fonepay +- HMAC signing failures + +## Samples + +Import **Example Payment Flow** from the Package Manager. Wires a button → QR image → success/fail panels with cancel support. + +## Tests + +Editor tests live under `Tests/Editor` (NUnit). Run via **Window > General > Test Runner > EditMode**. diff --git a/Packages/com.voidbotz.fonepayunity/README.md.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/README.md.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/README.md.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/README.md.meta diff --git a/Packages/com.voidbotz.fonepayunity/Runtime.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime.meta diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/API.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/API.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/API.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/API.meta diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/API/FonepayApiClient.cs b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/API/FonepayApiClient.cs similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/API/FonepayApiClient.cs rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/API/FonepayApiClient.cs diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/API/FonepayApiClient.cs.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/API/FonepayApiClient.cs.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/API/FonepayApiClient.cs.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/API/FonepayApiClient.cs.meta diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/API/FonepayWebsocketClient.cs b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/API/FonepayWebsocketClient.cs similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/API/FonepayWebsocketClient.cs rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/API/FonepayWebsocketClient.cs diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/API/FonepayWebsocketClient.cs.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/API/FonepayWebsocketClient.cs.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/API/FonepayWebsocketClient.cs.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/API/FonepayWebsocketClient.cs.meta diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Async.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Async.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Async.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Async.meta diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Async/FonepayAsync.cs b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Async/FonepayAsync.cs similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Async/FonepayAsync.cs rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Async/FonepayAsync.cs diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Async/FonepayAsync.cs.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Async/FonepayAsync.cs.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Async/FonepayAsync.cs.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Async/FonepayAsync.cs.meta diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Async/FonepayAsyncBridge.cs b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Async/FonepayAsyncBridge.cs similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Async/FonepayAsyncBridge.cs rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Async/FonepayAsyncBridge.cs diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Async/FonepayAsyncBridge.cs.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Async/FonepayAsyncBridge.cs.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Async/FonepayAsyncBridge.cs.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Async/FonepayAsyncBridge.cs.meta diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Core.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Core.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Core.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Core.meta diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Core/FonepayBakedSecrets.cs b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Core/FonepayBakedSecrets.cs similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Core/FonepayBakedSecrets.cs rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Core/FonepayBakedSecrets.cs diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Core/FonepayBakedSecrets.cs.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Core/FonepayBakedSecrets.cs.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Core/FonepayBakedSecrets.cs.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Core/FonepayBakedSecrets.cs.meta diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Core/FonepayClient.cs b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Core/FonepayClient.cs similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Core/FonepayClient.cs rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Core/FonepayClient.cs diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Core/FonepayClient.cs.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Core/FonepayClient.cs.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Core/FonepayClient.cs.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Core/FonepayClient.cs.meta diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Core/FonepayConfig.cs b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Core/FonepayConfig.cs similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Core/FonepayConfig.cs rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Core/FonepayConfig.cs diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Core/FonepayConfig.cs.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Core/FonepayConfig.cs.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Core/FonepayConfig.cs.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Core/FonepayConfig.cs.meta diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Core/FonepayConfigSO.cs b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Core/FonepayConfigSO.cs similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Core/FonepayConfigSO.cs rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Core/FonepayConfigSO.cs diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Core/FonepayConfigSO.cs.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Core/FonepayConfigSO.cs.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Core/FonepayConfigSO.cs.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Core/FonepayConfigSO.cs.meta diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Core/FonepayEnvironment.cs b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Core/FonepayEnvironment.cs similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Core/FonepayEnvironment.cs rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Core/FonepayEnvironment.cs diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Core/FonepayEnvironment.cs.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Core/FonepayEnvironment.cs.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Core/FonepayEnvironment.cs.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Core/FonepayEnvironment.cs.meta diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Crypto.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Crypto.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Crypto.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Crypto.meta diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Crypto/HmacSha512Signer.cs b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Crypto/HmacSha512Signer.cs similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Crypto/HmacSha512Signer.cs rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Crypto/HmacSha512Signer.cs diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Crypto/HmacSha512Signer.cs.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Crypto/HmacSha512Signer.cs.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Crypto/HmacSha512Signer.cs.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Crypto/HmacSha512Signer.cs.meta diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Darkmatter.FonepayUnity.Runtime.asmdef b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Darkmatter.FonepayUnity.Runtime.asmdef similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Darkmatter.FonepayUnity.Runtime.asmdef rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Darkmatter.FonepayUnity.Runtime.asmdef diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Darkmatter.FonepayUnity.Runtime.asmdef.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Darkmatter.FonepayUnity.Runtime.asmdef.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Darkmatter.FonepayUnity.Runtime.asmdef.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Darkmatter.FonepayUnity.Runtime.asmdef.meta diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Models.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Models.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models.meta diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Models/FonepayError.cs b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/FonepayError.cs similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Models/FonepayError.cs rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/FonepayError.cs diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Models/FonepayError.cs.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/FonepayError.cs.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Models/FonepayError.cs.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/FonepayError.cs.meta diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Models/QrRequest.cs b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/QrRequest.cs similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Models/QrRequest.cs rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/QrRequest.cs diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Models/QrRequest.cs.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/QrRequest.cs.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Models/QrRequest.cs.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/QrRequest.cs.meta diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Models/QrResponse.cs b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/QrResponse.cs similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Models/QrResponse.cs rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/QrResponse.cs diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Models/QrResponse.cs.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/QrResponse.cs.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Models/QrResponse.cs.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/QrResponse.cs.meta diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Models/TaxRefundRequest.cs b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/TaxRefundRequest.cs similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Models/TaxRefundRequest.cs rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/TaxRefundRequest.cs diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Models/TaxRefundRequest.cs.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/TaxRefundRequest.cs.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Models/TaxRefundRequest.cs.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/TaxRefundRequest.cs.meta diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Models/TaxRefundResponse.cs b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/TaxRefundResponse.cs similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Models/TaxRefundResponse.cs rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/TaxRefundResponse.cs diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Models/TaxRefundResponse.cs.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/TaxRefundResponse.cs.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Models/TaxRefundResponse.cs.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/TaxRefundResponse.cs.meta diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Models/Websocket.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/Websocket.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Models/Websocket.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/Websocket.meta diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Models/Websocket/PaymentOutcome.cs b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/Websocket/PaymentOutcome.cs similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Models/Websocket/PaymentOutcome.cs rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/Websocket/PaymentOutcome.cs diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Models/Websocket/PaymentOutcome.cs.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/Websocket/PaymentOutcome.cs.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Models/Websocket/PaymentOutcome.cs.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/Websocket/PaymentOutcome.cs.meta diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Models/Websocket/QRPaymentStatus.cs b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/Websocket/QRPaymentStatus.cs similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Models/Websocket/QRPaymentStatus.cs rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/Websocket/QRPaymentStatus.cs diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Models/Websocket/QRPaymentStatus.cs.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/Websocket/QRPaymentStatus.cs.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Models/Websocket/QRPaymentStatus.cs.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/Websocket/QRPaymentStatus.cs.meta diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Models/Websocket/QRVerificationStatus.cs b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/Websocket/QRVerificationStatus.cs similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Models/Websocket/QRVerificationStatus.cs rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/Websocket/QRVerificationStatus.cs diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Models/Websocket/QRVerificationStatus.cs.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/Websocket/QRVerificationStatus.cs.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Models/Websocket/QRVerificationStatus.cs.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/Websocket/QRVerificationStatus.cs.meta diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Models/Websocket/TransactionStatus.cs b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/Websocket/TransactionStatus.cs similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Models/Websocket/TransactionStatus.cs rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/Websocket/TransactionStatus.cs diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Models/Websocket/TransactionStatus.cs.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/Websocket/TransactionStatus.cs.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Models/Websocket/TransactionStatus.cs.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/Websocket/TransactionStatus.cs.meta diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Models/Websocket/WebsocketMessage.cs b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/Websocket/WebsocketMessage.cs similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Models/Websocket/WebsocketMessage.cs rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/Websocket/WebsocketMessage.cs diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Models/Websocket/WebsocketMessage.cs.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/Websocket/WebsocketMessage.cs.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Models/Websocket/WebsocketMessage.cs.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Models/Websocket/WebsocketMessage.cs.meta diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Plugins.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Plugins.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Plugins.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Plugins.meta diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Plugins/QRCoder-LICENSE.txt b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Plugins/QRCoder-LICENSE.txt similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Plugins/QRCoder-LICENSE.txt rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Plugins/QRCoder-LICENSE.txt diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Plugins/QRCoder-LICENSE.txt.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Plugins/QRCoder-LICENSE.txt.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Plugins/QRCoder-LICENSE.txt.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Plugins/QRCoder-LICENSE.txt.meta diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Plugins/QRCoder.dll b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Plugins/QRCoder.dll similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Plugins/QRCoder.dll rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Plugins/QRCoder.dll diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/Plugins/QRCoder.dll.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Plugins/QRCoder.dll.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/Plugins/QRCoder.dll.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/Plugins/QRCoder.dll.meta diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/QR.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/QR.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/QR.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/QR.meta diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/QR/FonepayQRGenerator.cs b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/QR/FonepayQRGenerator.cs similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/QR/FonepayQRGenerator.cs rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/QR/FonepayQRGenerator.cs diff --git a/Packages/com.voidbotz.fonepayunity/Runtime/QR/FonepayQRGenerator.cs.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/QR/FonepayQRGenerator.cs.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Runtime/QR/FonepayQRGenerator.cs.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Runtime/QR/FonepayQRGenerator.cs.meta diff --git a/Packages/com.voidbotz.fonepayunity/Samples/Example/.sample.json b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Samples~/Example/.sample.json similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Samples/Example/.sample.json rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Samples~/Example/.sample.json diff --git a/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Samples~/Example/SamplePayment.cs b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Samples~/Example/SamplePayment.cs new file mode 100644 index 0000000..8491bce --- /dev/null +++ b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Samples~/Example/SamplePayment.cs @@ -0,0 +1,88 @@ +using System; +using System.Threading; +using Cysharp.Threading.Tasks; +using UnityEngine; +using UnityEngine.UI; + +namespace Darkmatter.Fonepay.Samples +{ + /// + /// Minimal end-to-end sample: request QR, render to Image, await payment, + /// support cancellation via a cancel button. + /// + public class SamplePayment : MonoBehaviour + { + [SerializeField] private Image qrImage; + [SerializeField] private GameObject successObject; + [SerializeField] private GameObject failedObject; + [SerializeField] private Button payButton; + [SerializeField] private Button cancelButton; + [SerializeField] private float amount = 1f; + + private CancellationTokenSource _payCts; + + private void Start() + { + payButton.onClick.AddListener(() => InitiatePayment().Forget()); + if (cancelButton != null) + cancelButton.onClick.AddListener(() => _payCts?.Cancel()); + } + + private async UniTask InitiatePayment() + { + var fonepay = new FonepayClient(); + _payCts = CancellationTokenSource.CreateLinkedTokenSource(destroyCancellationToken); + + try + { + var qr = await fonepay.PurchaseAsync( + new QrRequest { amount = amount, remarks1 = "sample" }, + _payCts.Token); + + if (qr.qrCode != null) + { + qrImage.sprite = Sprite.Create( + qr.qrCode, + new Rect(0, 0, qr.qrCode.width, qr.qrCode.height), + new Vector2(0.5f, 0.5f)); + qrImage.gameObject.SetActive(true); + } + + var payment = await fonepay.AwaitPaymentAsync( + qr.thirdpartyQrWebSocketUrl, + onQrVerified: v => Debug.Log($"Fonepay QR verified: {v}"), + ct: _payCts.Token); + + Debug.Log($"Payment frame: {JsonUtility.ToJson(payment)}"); + ShowResult(payment.Outcome == PaymentOutcome.Complete); + } + catch (OperationCanceledException) + { + Debug.Log("Payment cancelled."); + ShowResult(false); + } + catch (FonepayError e) + { + Debug.LogError($"Fonepay API error {e.ErrorCode}: {e.Message}"); + ShowResult(false); + } + catch (InvalidOperationException e) + { + Debug.LogWarning($"Websocket closed early: {e.Message}"); + ShowResult(false); + } + finally + { + _payCts.Dispose(); + _payCts = null; + } + } + + private void ShowResult(bool ok) + { + qrImage.gameObject.SetActive(false); + if (successObject != null) successObject.SetActive(ok); + if (failedObject != null) failedObject.SetActive(!ok); + } + } +} diff --git a/Packages/com.voidbotz.fonepayunity/Tests.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Tests.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Tests.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Tests.meta diff --git a/Packages/com.voidbotz.fonepayunity/Tests/Editor.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Tests/Editor.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Tests/Editor.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Tests/Editor.meta diff --git a/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Tests/Editor/Darkmatter.FonepayUnity.Editor.Tests.asmdef b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Tests/Editor/Darkmatter.FonepayUnity.Editor.Tests.asmdef new file mode 100644 index 0000000..5e366fe --- /dev/null +++ b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Tests/Editor/Darkmatter.FonepayUnity.Editor.Tests.asmdef @@ -0,0 +1,25 @@ +{ + "name": "Darkmatter.FonepayUnity.Editor.Tests", + "rootNamespace": "", + "references": [ + "Darkmatter.FonepayUnity", + "Darkmatter.FonepayUnity.Editor", + "UnityEditor.TestRunner", + "UnityEngine.TestRunner" + ], + "includePlatforms": [ + "Editor" + ], + "excludePlatforms": [], + "allowUnsafeCode": false, + "overrideReferences": true, + "precompiledReferences": [ + "nunit.framework.dll" + ], + "autoReferenced": false, + "defineConstraints": [ + "UNITY_INCLUDE_TESTS" + ], + "versionDefines": [], + "noEngineReferences": false +} \ No newline at end of file diff --git a/Packages/com.voidbotz.fonepayunity/Tests/Editor/Voidbotz.Fonepayunity.Editor.Tests.asmdef.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Tests/Editor/Darkmatter.FonepayUnity.Editor.Tests.asmdef.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Tests/Editor/Voidbotz.Fonepayunity.Editor.Tests.asmdef.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Tests/Editor/Darkmatter.FonepayUnity.Editor.Tests.asmdef.meta diff --git a/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Tests/Editor/WebsocketMessageTests.cs b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Tests/Editor/WebsocketMessageTests.cs new file mode 100644 index 0000000..a1865bf --- /dev/null +++ b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Tests/Editor/WebsocketMessageTests.cs @@ -0,0 +1,78 @@ +using Darkmatter.Fonepay; +using NUnit.Framework; +using UnityEngine; + +namespace Darkmatter.FonepayUnity.Editor.Tests +{ + public class WebsocketMessageTests + { + [Test] + public void Status_ParsesNestedJsonString() + { + const string raw = + "{\"merchantId\":\"M1\",\"deviceId\":\"D1\"," + + "\"transactionStatus\":\"{\\\"paymentSuccess\\\":true,\\\"success\\\":true,\\\"amount\\\":42.5}\"}"; + + var envelope = JsonUtility.FromJson>(raw); + var status = envelope.Status; + + Assert.IsTrue(status.success); + Assert.IsTrue(status.paymentSuccess); + Assert.AreEqual(42.5f, status.amount); + Assert.AreEqual(PaymentOutcome.Complete, status.Outcome); + } + + [Test] + public void Status_QrVerifiedFrame() + { + const string raw = + "{\"transactionStatus\":\"{\\\"success\\\":true,\\\"qrVerified\\\":true,\\\"message\\\":\\\"ok\\\"}\"}"; + + var envelope = JsonUtility.FromJson>(raw); + var v = envelope.Status; + + Assert.IsTrue(v.qrVerified); + Assert.AreEqual("ok", v.message); + } + } + + public class PaymentOutcomeTests + { + [Test] + public void SuccessTrue_PaymentTrue_Complete() + { + var s = new QRPaymentStatus { success = true, paymentSuccess = true }; + Assert.AreEqual(PaymentOutcome.Complete, s.Outcome); + } + + [Test] + public void SuccessTrue_PaymentFalse_CancelledByUser() + { + var s = new QRPaymentStatus { success = true, paymentSuccess = false }; + Assert.AreEqual(PaymentOutcome.CancelledByUser, s.Outcome); + } + + [Test] + public void SuccessFalse_Failed() + { + var s = new QRPaymentStatus { success = false, paymentSuccess = true }; + Assert.AreEqual(PaymentOutcome.Failed, s.Outcome); + + s = new QRPaymentStatus { success = false, paymentSuccess = false }; + Assert.AreEqual(PaymentOutcome.Failed, s.Outcome); + } + } + + public class FonepayErrorTests + { + [Test] + public void Carries_CodeAndDocs() + { + var err = new FonepayError(42, "boom", "docs/url"); + Assert.AreEqual(42, err.ErrorCode); + Assert.AreEqual("docs/url", err.Docs); + Assert.AreEqual("boom", err.Message); + StringAssert.Contains("ErrorCode: 42", err.ToString()); + } + } +} diff --git a/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Tests/Editor/WebsocketMessageTests.cs.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Tests/Editor/WebsocketMessageTests.cs.meta new file mode 100644 index 0000000..438fac0 --- /dev/null +++ b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Tests/Editor/WebsocketMessageTests.cs.meta @@ -0,0 +1,2 @@ +fileFormatVersion: 2 +guid: b507c7c2bcf2f403fb4157318b8d7e97 \ No newline at end of file diff --git a/Packages/com.voidbotz.fonepayunity/Tests/Runtime.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Tests/Runtime.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Tests/Runtime.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Tests/Runtime.meta diff --git a/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Tests/Runtime/Darkmatter.FonepayUnity.Runtime.Tests.asmdef b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Tests/Runtime/Darkmatter.FonepayUnity.Runtime.Tests.asmdef new file mode 100644 index 0000000..24a212e --- /dev/null +++ b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Tests/Runtime/Darkmatter.FonepayUnity.Runtime.Tests.asmdef @@ -0,0 +1,21 @@ +{ + "name": "Darkmatter.FonepayUnity.Runtime.Tests", + "rootNamespace": "", + "references": [ + "Darkmatter.FonepayUnity", + "UnityEngine.TestRunner" + ], + "includePlatforms": [], + "excludePlatforms": [], + "allowUnsafeCode": false, + "overrideReferences": true, + "precompiledReferences": [ + "nunit.framework.dll" + ], + "autoReferenced": false, + "defineConstraints": [ + "UNITY_INCLUDE_TESTS" + ], + "versionDefines": [], + "noEngineReferences": false +} \ No newline at end of file diff --git a/Packages/com.voidbotz.fonepayunity/Tests/Runtime/Voidbotz.Fonepayunity.Tests.asmdef.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Tests/Runtime/Darkmatter.FonepayUnity.Runtime.Tests.asmdef.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Tests/Runtime/Voidbotz.Fonepayunity.Tests.asmdef.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Tests/Runtime/Darkmatter.FonepayUnity.Runtime.Tests.asmdef.meta diff --git a/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Tests/Runtime/FonepayRuntimeTests.cs b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Tests/Runtime/FonepayRuntimeTests.cs new file mode 100644 index 0000000..9dad28f --- /dev/null +++ b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Tests/Runtime/FonepayRuntimeTests.cs @@ -0,0 +1,100 @@ +using System; +using System.Collections; +using System.Threading; +using System.Threading.Tasks; +using Darkmatter.Fonepay; +using NUnit.Framework; +using UnityEngine; +using UnityEngine.TestTools; + +namespace Darkmatter.FonepayUnity.Tests +{ + public class WebsocketMessagePlayModeTests + { + [Test] + public void Status_ParsesNestedJsonInPlayer() + { + const string raw = + "{\"transactionStatus\":\"{\\\"paymentSuccess\\\":true,\\\"success\\\":true,\\\"amount\\\":7}\"}"; + + var envelope = JsonUtility.FromJson>(raw); + var status = envelope.Status; + + Assert.IsTrue(status.paymentSuccess); + Assert.AreEqual(7f, status.amount); + Assert.AreEqual(PaymentOutcome.Complete, status.Outcome); + } + + [Test] + public void Status_ReparsesEachAccess() + { + const string raw = + "{\"transactionStatus\":\"{\\\"success\\\":true,\\\"paymentSuccess\\\":true}\"}"; + + var envelope = JsonUtility.FromJson>(raw); + var a = envelope.Status; + var b = envelope.Status; + + Assert.AreEqual(a.Outcome, b.Outcome); + Assert.AreEqual(PaymentOutcome.Complete, a.Outcome); + } + } + + public class FonepayClientPlayModeTests + { + [SetUp] + public void Reset() => FonepayConfig.Invalidate(); + + [Test] + public void Ctor_WithoutConfigAsset_Throws() + { + Assert.Throws(() => new FonepayClient()); + } + + [UnityTest] + public IEnumerator AwaitPaymentAsync_EmptyUrl_Throws() => RunAsync(async () => + { + var client = TryBuildClient(); + if (client == null) + { + Assert.Pass("Skipped: no FonepayConfig in test context."); + return; + } + + Assert.ThrowsAsync(async () => + await client.AwaitPaymentAsync(string.Empty)); + await Task.CompletedTask; + }); + + [UnityTest] + public IEnumerator AwaitPaymentAsync_PreCancelled_Throws() => RunAsync(async () => + { + var client = TryBuildClient(); + if (client == null) + { + Assert.Pass("Skipped: no FonepayConfig in test context."); + return; + } + + using var cts = new CancellationTokenSource(); + cts.Cancel(); + + Assert.ThrowsAsync(async () => + await client.AwaitPaymentAsync("ws://127.0.0.1:1/", ct: cts.Token)); + await Task.CompletedTask; + }); + + private static FonepayClient TryBuildClient() + { + try { return new FonepayClient(); } + catch (FonepayError) { return null; } + } + + private static IEnumerator RunAsync(Func body) + { + var t = body(); + while (!t.IsCompleted) yield return null; + if (t.IsFaulted) throw t.Exception; + } + } +} diff --git a/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Tests/Runtime/FonepayRuntimeTests.cs.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Tests/Runtime/FonepayRuntimeTests.cs.meta new file mode 100644 index 0000000..18b1aba --- /dev/null +++ b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Tests/Runtime/FonepayRuntimeTests.cs.meta @@ -0,0 +1,2 @@ +fileFormatVersion: 2 +guid: 3eeb964c506324b58bd6f95c088096fa \ No newline at end of file diff --git a/Packages/com.voidbotz.fonepayunity/Third Party Notices.md b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Third Party Notices.md similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Third Party Notices.md rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Third Party Notices.md diff --git a/Packages/com.voidbotz.fonepayunity/Third Party Notices.md.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Third Party Notices.md.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/Third Party Notices.md.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/Third Party Notices.md.meta diff --git a/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/package.json b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/package.json new file mode 100644 index 0000000..ed41156 --- /dev/null +++ b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/package.json @@ -0,0 +1,23 @@ +{ + "name": "com.darkmattergameproduction.com.darkmatter.fonepay-unity", + "displayName": "Fonepay Unity", + "version": "0.1.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.jp", + "email": "mail@savya.com.np" + } +} \ No newline at end of file diff --git a/Packages/com.voidbotz.fonepayunity/package.json.meta b/Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/package.json.meta similarity index 100% rename from Packages/com.voidbotz.fonepayunity/package.json.meta rename to Packages/com.darkmattergameproduction.com.darkmatter.fonepay-unity/package.json.meta diff --git a/Packages/com.voidbotz.fonepayunity/CHANGELOG.md b/Packages/com.voidbotz.fonepayunity/CHANGELOG.md deleted file mode 100644 index 5e73f3d..0000000 --- a/Packages/com.voidbotz.fonepayunity/CHANGELOG.md +++ /dev/null @@ -1,11 +0,0 @@ -# Changelog -All notable changes to this package will be documented in this file. - -The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) -and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - -## [0.1.0] - 2026-05-07 - -### This is the first release of *\*. - -*Short description of this release* diff --git a/Packages/com.voidbotz.fonepayunity/Documentation/Fonepay Unity.md b/Packages/com.voidbotz.fonepayunity/Documentation/Fonepay Unity.md deleted file mode 100644 index 6f65ddd..0000000 --- a/Packages/com.voidbotz.fonepayunity/Documentation/Fonepay Unity.md +++ /dev/null @@ -1,169 +0,0 @@ ->>> -**_Package Documentation Template_** - -Use this template to create preliminary, high-level documentation meant to introduce users to the feature and the sample files included in this package. When writing your documentation, do the following: - -1. Follow instructions in blockquotes. - -2. Replace angle brackets with the appropriate text. For example, replace "<package name>" with the official name of the package. - -3. Delete sections that do not apply to your package. For example, a package containing only sample files does not have a "Using <package_name>" section, so this section can be removed. - -4. After documentation is completed, make sure you delete all instructions and examples in blockquotes including this preamble and its title: - - ``` - >>> - Delete all of the text between pairs of blockquote markdown. - >>> - ``` ->>> - -# About <package name> - ->>> -Name the heading of the first topic after the **displayName** of the package as it appears in the package manifest. - -This first topic includes a brief, high-level explanation of the package and, if applicable, provides links to Unity Manual topics. - -There are two types of packages: - - - Packages that include features that augment the Unity Editor or Runtime. - - Packages that include sample files. - -Choose one of the following introductory paragraphs that best fits the package: ->>> - -Use the <package name> package to <list of the main uses for the package>. For example, use <package name> to create/generate/extend/capture <mention major use case, or a good example of what the package can be used for>. The <package name> package also includes <other relevant features or uses>. - -> *or* - -The <package name> package includes examples of <name of asset type, model, prefabs, and/or other GameObjects in the package>. For more information, see <xref to topic in the Unity Manual>. - ->>> -**_Examples:_** - -Here are some examples for reference only. Do not include these in the final documentation file: - -*Use the Unity Recorder package to capture and save in-game data. For example, use Unity Recorder to record an mp4 file during a game session. The Unity Recorder package also includes an interface for setting-up and triggering recording sessions.* - -*The Timeline Examples package includes examples of Timeline assets, Timeline Instances, animation, GameObjects, and scripts that illustrate how to use Unity's Timeline. For more information, see [ Unity's Timeline](https://docs.unity3d.com/Manual/TimelineSection.html) in the [Unity Manual](https://docs.unity3d.com). For licensing and usage, see Package Licensing.* ->>> - -# Installing <package name> ->>> -Begin this section with a cross-reference to the official Unity Manual topic on how to install packages. If the package requires special installation instructions, include these steps in this section. ->>> - -To install this package, follow the instructions in the [Package Manager documentation](https://docs.unity3d.com/Packages/com.unity.package-manager-ui@latest/index.html). - ->>> -For some packages, there may be additional steps to complete the setup. You can add those here. ->>> - -In addition, you need to install the following resources: - - - <name of resource>: To install, open *Window > <name of menu item>*. The resource appears <at this location>. - - <name of sample>: To install, open *Window > <name of menu item>*. The new sample folder appears <at this location>. - - - -# Using <package name> ->>> -The contents of this section depends on the type of package. - -For packages that augment the Unity Editor with additional features, this section should include workflow and/or reference documentation: - -* At a minimum, this section should include reference documentation that describes the windows, editors, and properties that the package adds to Unity. This reference documentation should include screen grabs (see how to add screens below), a list of settings, an explanation of what each setting does, and the default values of each setting. -* Ideally, this section should also include a workflow: a list of steps that the user can easily follow that demonstrates how to use the feature. This list of steps should include screen grabs (see how to add screens below) to better describe how to use the feature. - -For packages that include sample files, this section may include detailed information on how the user can use these sample files in their projects and scenes. However, workflow diagrams or illustrations could be included if deemed appropriate. - -## How to add images - -*(This section is for reference. Do not include in the final documentation file)* - -If the [Using <package name>](#UsingPackageName) section includes screen grabs or diagrams, a link to the image must be added to this MD file, before or after the paragraph with the instruction or description that references the image. In addition, a caption should be added to the image link that includes the name of the screen or diagram. All images must be PNG files with underscores for spaces. No animated GIFs. - -An example is included below: - -![A cinematic in the Timeline Editor window.](images/example.png) - -Notice that the example screen shot is included in the images folder. All screen grabs and/or diagrams must be added and referenced from the images folder. - -For more on the Unity documentation standards for creating and adding screen grabs, see this confluence page: https://confluence.hq.unity3d.com/pages/viewpage.action?pageId=13500715 ->>> - - - -# Technical details -## Requirements ->>> -This subtopic includes a bullet list with the compatible versions of Unity. This subtopic may also include additional requirements or recommendations for 3rd party software or hardware. An example includes a dependency on other packages. If you need to include references to non-Unity products, make sure you refer to these products correctly and that all references include the proper trademarks (tm or r) ->>> - -This version of <package name> is compatible with the following versions of the Unity Editor: - -* 2018.1 and later (recommended) - -To use this package, you must have the following 3rd party products: - -* <product name and version with trademark or registered trademark.> -* <product name and version with trademark or registered trademark.> -* <product name and version with trademark or registered trademark.> - -## Known limitations ->>> -This section lists the known limitations with this version of the package. If there are no known limitations, or if the limitations are trivial, exclude this section. An example is provided. ->>> - -<package name> version <package version> includes the following known limitations: - -* <brief one-line description of first limitation.> -* <brief one-line description of second limitation.> -* <and so on> - ->>> -*Example (For reference. Do not include in the final documentation file):* - -The Unity Recorder version 1.0 has the following limitations:* - -* The Unity Recorder does not support sound. -* The Recorder window and Recorder properties are not available in standalone players. -* MP4 encoding is only available on Windows. ->>> - -## Package contents ->>> -This section includes the location of important files you want the user to know about. For example, if this is a sample package containing textures, models, and materials separated by sample group, you may want to provide the folder location of each group. ->>> - -The following table indicates the <describe the breakdown you used here>: - -|Location|Description| -|---|---| -|``|Contains <describe what the folder contains>.| -|``|Contains <describe what the file represents or implements>.| - ->>> -*Example (For reference. Do not include in the final documentation file):* - -The following table indicates the root folder of each type of sample in this package. Each sample's root folder contains its own Materials, Models, or Textures folders: - -|Folder Location|Description| -|---|---| -|`WoodenCrate_Orange`|Root folder containing the assets for the orange crates.| -|`WoodenCrate_Mahogany`|Root folder containing the assets for the mahogany crates.| -|`WoodenCrate_Shared`|Root folder containing any material assets shared by all crates.| ->>> - -## Document revision history ->>> -This section includes the revision history of the document. The revision history tracks when a document is created, edited, and updated. If you create or update a document, you must add a new row describing the revision. The Documentation Team also uses this table to track when a document is edited and its editing level. An example is provided: - -|Date|Reason| -|---|---| -|Sept 12, 2017|Unedited. Published to package.| -|Sept 10, 2017|Document updated for package version 1.1.
New features:
  • audio support for capturing MP4s.
  • Instructions on saving Recorder prefabs| -|Sept 5, 2017|Limited edit by Documentation Team. Published to package.| -|Aug 25, 2017|Document created. Matches package version 1.0.| ->>> \ No newline at end of file diff --git a/Packages/com.voidbotz.fonepayunity/Documentation/images.meta b/Packages/com.voidbotz.fonepayunity/Documentation/images.meta deleted file mode 100644 index b008fdd..0000000 --- a/Packages/com.voidbotz.fonepayunity/Documentation/images.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 7f9dbf7477f88405ca98d50075ced835 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Packages/com.voidbotz.fonepayunity/Documentation/images/example.png b/Packages/com.voidbotz.fonepayunity/Documentation/images/example.png deleted file mode 100644 index 216328df25a30364d24c1638b3e961fd5254d72b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 52261 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 NEiC@BKv2Wu{{VFWkKzCT diff --git a/Packages/com.voidbotz.fonepayunity/Documentation/images/example.png.meta b/Packages/com.voidbotz.fonepayunity/Documentation/images/example.png.meta deleted file mode 100644 index e9282d3..0000000 --- a/Packages/com.voidbotz.fonepayunity/Documentation/images/example.png.meta +++ /dev/null @@ -1,182 +0,0 @@ -fileFormatVersion: 2 -guid: 4b1c61f6439b24b68bfbbe3420460669 -TextureImporter: - internalIDToNameTable: - - first: - 213: -8196121713257968172 - second: example_0 - externalObjects: {} - serializedVersion: 13 - mipmaps: - mipMapMode: 0 - enableMipMap: 0 - sRGBTexture: 1 - linearTexture: 0 - fadeOut: 0 - borderMipMap: 0 - mipMapsPreserveCoverage: 0 - alphaTestReferenceValue: 0.5 - mipMapFadeDistanceStart: 1 - mipMapFadeDistanceEnd: 3 - bumpmap: - convertToNormalMap: 0 - externalNormalMap: 0 - heightScale: 0.25 - normalMapFilter: 0 - flipGreenChannel: 0 - isReadable: 0 - streamingMipmaps: 0 - streamingMipmapsPriority: 0 - vTOnly: 0 - ignoreMipmapLimit: 0 - grayScaleToAlpha: 0 - generateCubemap: 6 - cubemapConvolution: 0 - seamlessCubemap: 0 - textureFormat: 1 - maxTextureSize: 2048 - textureSettings: - serializedVersion: 2 - filterMode: 1 - aniso: 1 - mipBias: 0 - wrapU: 1 - wrapV: 1 - wrapW: 1 - nPOTScale: 0 - lightmap: 0 - compressionQuality: 50 - spriteMode: 2 - spriteExtrude: 1 - spriteMeshType: 1 - alignment: 0 - spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 100 - spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 1 - alphaIsTransparency: 1 - spriteTessellationDetail: -1 - textureType: 8 - textureShape: 1 - singleChannelComponent: 0 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - swizzle: 50462976 - cookieLightType: 0 - platformSettings: - - serializedVersion: 4 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - ignorePlatformSupport: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 4 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - ignorePlatformSupport: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 4 - buildTarget: Android - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - ignorePlatformSupport: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 4 - buildTarget: WebGL - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - ignorePlatformSupport: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 4 - buildTarget: iOS - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - ignorePlatformSupport: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: - - serializedVersion: 2 - name: example_0 - rect: - serializedVersion: 2 - x: 0 - y: 0 - width: 748 - height: 249 - alignment: 0 - pivot: {x: 0, y: 0} - border: {x: 0, y: 0, z: 0, w: 0} - customData: - outline: [] - physicsShape: [] - tessellationDetail: -1 - bones: [] - spriteID: 4dd84690ab6814e80800000000000000 - internalID: -8196121713257968172 - vertices: [] - indices: - edges: [] - weights: [] - outline: [] - customData: - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spriteCustomMetadata: - entries: [] - nameFileIdTable: - example_0: -8196121713257968172 - mipmapLimitGroupName: - pSDRemoveMatte: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Packages/com.voidbotz.fonepayunity/README.md b/Packages/com.voidbotz.fonepayunity/README.md deleted file mode 100644 index 19d1082..0000000 --- a/Packages/com.voidbotz.fonepayunity/README.md +++ /dev/null @@ -1 +0,0 @@ -Use this file to describe your package's features. \ No newline at end of file diff --git a/Packages/com.voidbotz.fonepayunity/Samples.meta b/Packages/com.voidbotz.fonepayunity/Samples.meta deleted file mode 100644 index 4421bae..0000000 --- a/Packages/com.voidbotz.fonepayunity/Samples.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 111b87cef6134401aa05813da47709aa -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Packages/com.voidbotz.fonepayunity/Samples/Example.meta b/Packages/com.voidbotz.fonepayunity/Samples/Example.meta deleted file mode 100644 index 5e42c90..0000000 --- a/Packages/com.voidbotz.fonepayunity/Samples/Example.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: a65b4dbd6e610485fae19b0acddf3890 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Packages/com.voidbotz.fonepayunity/Tests/Editor/EditorExampleTest.cs b/Packages/com.voidbotz.fonepayunity/Tests/Editor/EditorExampleTest.cs deleted file mode 100644 index 0173b40..0000000 --- a/Packages/com.voidbotz.fonepayunity/Tests/Editor/EditorExampleTest.cs +++ /dev/null @@ -1,29 +0,0 @@ -using UnityEngine; -using UnityEditor; -using UnityEngine.TestTools; -using NUnit.Framework; -using System.Collections; - -namespace Voidbotz.Fonepayunity.Editor.Tests -{ - - class EditorExampleTest - { - - [Test] - public void EditorSampleTestSimplePasses() - { - // Use the Assert class to test conditions. - } - - // A UnityTest behaves like a coroutine in PlayMode - // and allows you to yield null to skip a frame in EditMode - [UnityTest] - public IEnumerator EditorSampleTestWithEnumeratorPasses() - { - // Use the Assert class to test conditions. - // yield to skip a frame - yield return null; - } - } -} \ No newline at end of file diff --git a/Packages/com.voidbotz.fonepayunity/Tests/Editor/EditorExampleTest.cs.meta b/Packages/com.voidbotz.fonepayunity/Tests/Editor/EditorExampleTest.cs.meta deleted file mode 100644 index b4841a9..0000000 --- a/Packages/com.voidbotz.fonepayunity/Tests/Editor/EditorExampleTest.cs.meta +++ /dev/null @@ -1,2 +0,0 @@ -fileFormatVersion: 2 -guid: 382d5d15b2d9e4789aac53c1b86194b0 \ No newline at end of file diff --git a/Packages/com.voidbotz.fonepayunity/Tests/Editor/Voidbotz.Fonepayunity.Editor.Tests.asmdef b/Packages/com.voidbotz.fonepayunity/Tests/Editor/Voidbotz.Fonepayunity.Editor.Tests.asmdef deleted file mode 100644 index 7c14ae6..0000000 --- a/Packages/com.voidbotz.fonepayunity/Tests/Editor/Voidbotz.Fonepayunity.Editor.Tests.asmdef +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Voidbotz.Fonepayunity.Editor.Tests", - "references": [ - "Voidbotz.Fonepayunity.Editor", - "Voidbotz.Fonepayunity" - ], - "optionalUnityReferences": [ - "TestAssemblies" - ], - "includePlatforms": [ - "Editor" - ], - "excludePlatforms": [] -} diff --git a/Packages/com.voidbotz.fonepayunity/Tests/Runtime/FonepayRuntimeTests.cs b/Packages/com.voidbotz.fonepayunity/Tests/Runtime/FonepayRuntimeTests.cs new file mode 100644 index 0000000..85a316a --- /dev/null +++ b/Packages/com.voidbotz.fonepayunity/Tests/Runtime/FonepayRuntimeTests.cs @@ -0,0 +1,91 @@ +using System; +using System.Collections; +using System.Threading; +using System.Threading.Tasks; +using Darkmatter.Fonepay; +using NUnit.Framework; +using UnityEngine; +using UnityEngine.TestTools; + +namespace Darkmatter.FonepayUnity.Tests +{ + public class WebsocketMessagePlayModeTests + { + [Test] + public void Status_ParsesNestedJsonInPlayer() + { + const string raw = + "{\"transactionStatus\":\"{\\\"paymentSuccess\\\":true,\\\"success\\\":true,\\\"amount\\\":7}\"}"; + + var envelope = JsonUtility.FromJson>(raw); + var status = envelope.Status; + + Assert.IsTrue(status.paymentSuccess); + Assert.AreEqual(7f, status.amount); + Assert.AreEqual(PaymentOutcome.Complete, status.Outcome); + } + + [Test] + public void Status_ReparsesEachAccess() + { + const string raw = + "{\"transactionStatus\":\"{\\\"success\\\":true,\\\"paymentSuccess\\\":true}\"}"; + + var envelope = JsonUtility.FromJson>(raw); + var a = envelope.Status; + var b = envelope.Status; + + Assert.AreEqual(a.Outcome, b.Outcome); + Assert.AreEqual(PaymentOutcome.Complete, a.Outcome); + } + } + + public class FonepayClientPlayModeTests + { + [SetUp] + public void Reset() => FonepayConfig.Invalidate(); + + [Test] + public void Ctor_WithoutConfigAsset_Throws() + { + // No FonepayConfig resource in test context → Load() throws FonepayError. + Assert.Throws(() => new FonepayClient()); + } + + [UnityTest] + public IEnumerator AwaitPaymentAsync_EmptyUrl_Throws() => RunAsync(async () => + { + var client = TryBuildClient(); + if (client == null) Assert.Pass("Skipped: no FonepayConfig in test context."); + + Assert.ThrowsAsync(async () => + await client.AwaitPaymentAsync(string.Empty)); + }); + + [UnityTest] + public IEnumerator AwaitPaymentAsync_PreCancelled_Throws() => RunAsync(async () => + { + var client = TryBuildClient(); + if (client == null) Assert.Pass("Skipped: no FonepayConfig in test context."); + + using var cts = new CancellationTokenSource(); + cts.Cancel(); + + Assert.ThrowsAsync(async () => + await client.AwaitPaymentAsync("ws://127.0.0.1:1/", ct: cts.Token)); + }); + + private static FonepayClient TryBuildClient() + { + try { return new FonepayClient(); } + catch (FonepayError) { return null; } + } + + private static IEnumerator RunAsync(Func body) + { + var t = body(); + while (!t.IsCompleted) yield return null; + if (t.IsFaulted) throw t.Exception; + } + } +} diff --git a/Packages/com.voidbotz.fonepayunity/Tests/Runtime/RuntimeExampleTest.cs b/Packages/com.voidbotz.fonepayunity/Tests/Runtime/RuntimeExampleTest.cs deleted file mode 100644 index 91f09ee..0000000 --- a/Packages/com.voidbotz.fonepayunity/Tests/Runtime/RuntimeExampleTest.cs +++ /dev/null @@ -1,28 +0,0 @@ -using UnityEngine; -using UnityEngine.TestTools; -using NUnit.Framework; -using System.Collections; - -namespace Voidbotz.Fonepayunity.Tests -{ - - class RuntimeExampleTest - { - - [Test] - public void PlayModeSampleTestSimplePasses() - { - // Use the Assert class to test conditions. - } - - // A UnityTest behaves like a coroutine in PlayMode - // and allows you to yield null to skip a frame in EditMode - [UnityTest] - public IEnumerator PlayModeSampleTestWithEnumeratorPasses() - { - // Use the Assert class to test conditions. - // yield to skip a frame - yield return null; - } - } -} \ No newline at end of file diff --git a/Packages/com.voidbotz.fonepayunity/Tests/Runtime/RuntimeExampleTest.cs.meta b/Packages/com.voidbotz.fonepayunity/Tests/Runtime/RuntimeExampleTest.cs.meta deleted file mode 100644 index a222650..0000000 --- a/Packages/com.voidbotz.fonepayunity/Tests/Runtime/RuntimeExampleTest.cs.meta +++ /dev/null @@ -1,2 +0,0 @@ -fileFormatVersion: 2 -guid: e9d969af7bf1a46f0a0c37692d7d862f \ No newline at end of file diff --git a/Packages/com.voidbotz.fonepayunity/Tests/Runtime/Voidbotz.Fonepayunity.Tests.asmdef b/Packages/com.voidbotz.fonepayunity/Tests/Runtime/Voidbotz.Fonepayunity.Tests.asmdef deleted file mode 100644 index 3f56f84..0000000 --- a/Packages/com.voidbotz.fonepayunity/Tests/Runtime/Voidbotz.Fonepayunity.Tests.asmdef +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Voidbotz.Fonepayunity.Tests", - "references": [ - "Voidbotz.Fonepayunity" - ], - "optionalUnityReferences": [ - "TestAssemblies" - ], - "includePlatforms": [], - "excludePlatforms": [] -} diff --git a/Packages/com.voidbotz.fonepayunity/package.json b/Packages/com.voidbotz.fonepayunity/package.json deleted file mode 100644 index bb6185c..0000000 --- a/Packages/com.voidbotz.fonepayunity/package.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "com.voidbotz.fonepayunity", - "displayName": "Fonepay Unity", - "version": "0.1.0", - "unity": "6000.4", - "unityRelease": "5f1", - "description": "Replace this with your own description of the package. \n\nFor best results, use this text to summarize: \n\u25aa What the package does \n\u25aa How it can benefit the user \n\nNote: Special formatting characters are supported, including line breaks ('\\n') and bullets ('\\u25AA').", - "dependencies": { - "com.unity.test-framework": "1.6.0" - }, - "author": { - "name": "Savya Bikram Shah", - "url": "http://www.example.com", - "email": "mail@savya.com.np" - }, - "changelogUrl": "https://example.com/changelog.html", - "documentationUrl": "https://example.com/", - "licensesUrl": "https://example.com/licensing.html" -} \ No newline at end of file diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index a7ed1bc..9510b9d 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -7,6 +7,14 @@ "dependencies": {}, "hash": "a9e27c03d411d2fca01cc7410c24c97cd77cb539" }, + "com.darkmattergameproduction.com.darkmatter.fonepay-unity": { + "version": "file:com.darkmattergameproduction.com.darkmatter.fonepay-unity", + "depth": 0, + "source": "embedded", + "dependencies": { + "com.unity.test-framework": "1.6.0" + } + }, "com.unity.2d.animation": { "version": "14.0.3", "depth": 0, @@ -288,14 +296,6 @@ }, "url": "https://packages.unity.com" }, - "com.voidbotz.fonepayunity": { - "version": "file:com.voidbotz.fonepayunity", - "depth": 0, - "source": "embedded", - "dependencies": { - "com.unity.test-framework": "1.6.0" - } - }, "com.unity.modules.accessibility": { "version": "1.0.0", "depth": 0,