Project

General

Profile

Download (1.16 KB) Statistics
| Branch: | Revision:

hydrilla-fixes-bundle / src / acsv-centrum24-pl-fix-authorize / index.json @ ecc6c218

1
// SPDX-License-Identifier: CC0-1.0
2

    
3
// Copyright (C) 2022 Wojtek Kosior <koszko@koszko.org>
4
// Available under the terms of Creative Commons Zero v1.0 Universal.
5

    
6
{
7
    "$schema": "https://hydrilla.koszko.org/schemas/package_source-2.schema.json",
8
    "source_name": "acsv-centrum24-pl-fix-authorize",
9
    "copyright":  [
10
	{"file": "report.spdx"},
11
	{"file": "LICENSES/CC0-1.0.txt"}
12
    ],
13
    "upstream_url": "https://git.koszko.org/hydrilla-fixes-bundle/tree/src/acsv-centrum24-pl-fix-authorize",
14
    "definitions": [{
15
	"type":         "mapping_and_resource",
16
	"identifier":   "acsv-centrum24-pl-fix-authorize",
17
	"long_name":    "Santander centrum24 SMS code submission fix",
18
	"version":      [2022, 2, 18],
19
	"revision":     2,
20
	"description":  "Make it possible to sumbit SMS code on acsv.centrum24.pl without relying on site-served JavaScript.",
21
	"dependencies": [],
22
	"scripts":      [{"file": "santander_centrum24.js"}],
23
	"payloads": {
24
	    // Only possible to use when paying with a credit/debit card online.
25
	    "https://acsv.centrum24.pl/ACS/servlet/ACSAuthoriz": {
26
		"identifier": "acsv-centrum24-pl-fix-authorize"
27
	    }
28
	}
29
    }],
30
    "reuse_generate_spdx_report": true
31
}
(1-1/2)