This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function onSuccess(args: [args: string | { | |
paymentId: string; | |
hash?: string | undefined; | |
}]){ | |
window.location.href = | |
`intent://callback?status=success&payment_id=${args.paymentId}#Intent;scheme=coinflow_demo;package=com.example.coinflow_demo;end;`} | |
} | |
// IFRAME on your website checkout page |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"email": "[email protected]", | |
"dbaName": "J&K Studios", | |
"url": "http://www.jkdigitals.com", | |
"typeOfBusiness": "Corporation", | |
"dateOfIncorporation": "12/22/2023", | |
"province": "Delaware", | |
"countryOfRegistration": "US", | |
"provinceOfRegistration": "Delaware", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"email": "[email protected]", | |
"dbaName": "J&K Studios", | |
"url": "http://www.jkdigitals.com", | |
"typeOfBusiness": "Corporation", | |
"dateOfIncorporation": "12/22/2023", | |
"province": "Delaware", | |
"countryOfRegistration": "US", | |
"provinceOfRegistration": "Delaware", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
async function sandbox() { | |
await connect(process.env.MONGO_URI!); | |
const alerts: {alertId: string; paymentId: string}[] = []; | |
const paymentIds = alerts.map(alert => alert.paymentId); | |
const payments: CardPaymentDoc[] = await PaymentModel.find({ | |
_id: {$in: paymentIds}, | |
cardInfo: {$exists: true}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit 66b7881cc69bec222c3077cb6231863eeca9c92a | |
Author: Jake Montgomery <[email protected]> | |
Date: Tue Jun 25 16:56:04 2024 -0500 | |
nsure | |
diff --git a/apps/sweep-dfs/hooks/useNsure.js b/apps/sweep-dfs/hooks/useNsure.js | |
index 0ba51d9..5c6c546 100644 | |
--- a/apps/sweep-dfs/hooks/useNsure.js | |
+++ b/apps/sweep-dfs/hooks/useNsure.js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit d45e6310e0838c8d3a7e05b89f43e92114e78e18 | |
Author: Jake Montgomery <[email protected]> | |
Date: Mon Aug 19 20:50:45 2024 -0500 | |
android nsure | |
diff --git a/apps/sweep-dfs/android/app/build.gradle b/apps/sweep-dfs/android/app/build.gradle | |
index 18b1185..a6143aa 100644 | |
--- a/apps/sweep-dfs/android/app/build.gradle | |
+++ b/apps/sweep-dfs/android/app/build.gradle |