* Build HitPay app * Deleted a lint comment * Add redirect for iframe * Fix type check error * Fixed issue of payment pending * Update hitpay package.json * fix: fix lint issue in KeyInput and update zod * fix: fix issue of parsing string to number * fix: add default hitpay API links * fix: resolve atoms build error --------- Co-authored-by: kutsaniuk <kutsaniuk@gmail.com>
20 lines
730 B
JSON
20 lines
730 B
JSON
{
|
|
"/*": "Don't modify slug - If required, do it using cli edit command",
|
|
"name": "HitPay",
|
|
"slug": "hitpay",
|
|
"type": "hitpay_payment",
|
|
"logo": "icon.svg",
|
|
"url": "https://dashboard.hit-pay.com",
|
|
"variant": "payment",
|
|
"categories": ["payment"],
|
|
"publisher": "HitPay",
|
|
"email": "support@hit-pay.com",
|
|
"description": "HitPay helps over 15,000 businesses across Southeast Asia and around the globe process payments efficiently and securely. We unify online, point of sale, and B2B payments into a single, integrated payment processing system.",
|
|
"extendsFeature": "EventType",
|
|
"isTemplate": false,
|
|
"__createdUsingCli": true,
|
|
"__template": "event-type-app-card",
|
|
"dirName": "hitpay",
|
|
"isOAuth": true
|
|
}
|