From 636b0323075225c584b62719ed51e75521bb7ffb Mon Sep 17 00:00:00 2001 From: aura Date: Tue, 17 Feb 2026 22:39:42 +0100 Subject: push source --- moneyjsx/src/payment-success.tsx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 moneyjsx/src/payment-success.tsx (limited to 'moneyjsx/src/payment-success.tsx') diff --git a/moneyjsx/src/payment-success.tsx b/moneyjsx/src/payment-success.tsx new file mode 100644 index 0000000..30316fb --- /dev/null +++ b/moneyjsx/src/payment-success.tsx @@ -0,0 +1,19 @@ +import * as JSX from './jsx'; +import { Page, GroupBox } from './components'; + +export default function PaymentSuccess( props: any ) { + setTimeout( () => JSX.navigateParams( "/terminal", {} ), 1000 ); + + return + +
+ Your payment was successful. You should be redirected shortly... +
+
+ +
+
+
+} -- cgit v1.2.3