forked from MONEI/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathredirects.json
More file actions
97 lines (97 loc) · 2.25 KB
/
redirects.json
File metadata and controls
97 lines (97 loc) · 2.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
[
{
"source": "https://docs.monei.net",
"target": "https://docs.monei.com",
"status": "301"
},
{
"source": "</index\\.html/>",
"target": "/404.html",
"status": "404-200"
},
{
"source": "/.well-known/apple-developer-merchantid-domain-association",
"target": "/apple-developer-merchantid-domain-association.txt",
"status": "200"
},
{
"source": "/docs/save-payment-method/",
"target": "/docs/guides/save-payment-method/",
"status": "301"
},
{
"source": "/docs/verify-signature/",
"target": "/docs/guides/verify-signature/",
"status": "301"
},
{
"source": "/docs/shopify-integration/",
"target": "/docs/e-commerce/shopify/",
"status": "301"
},
{
"source": "/docs/woocommerce-integration/",
"target": "/docs/e-commerce/woocommerce/",
"status": "301"
},
{
"source": "/docs/bizum-integration/",
"target": "/docs/payment-methods/bizum/",
"status": "301"
},
{
"source": "/docs/paypal-integration/",
"target": "/docs/payment-methods/paypal/",
"status": "301"
},
{
"source": "/docs/accept-card-payment/",
"target": "/docs/build-custom-checkout/",
"status": "301"
},
{
"source": "/docs/monei-js-api/",
"target": "/docs/monei-js/reference/",
"status": "301"
},
{
"source": "/docs/monei-js-overview/",
"target": "/docs/monei-js/overview/",
"status": "301"
},
{
"source": "/docs/build-custom-checkout/",
"target": "/docs/integrations/build-custom-checkout/",
"status": "301"
},
{
"source": "/docs/use-prebuilt-payment-page/",
"target": "/docs/integrations/use-prebuilt-payment-page/",
"status": "301"
},
{
"source": "/docs/use-payment-modal/",
"target": "/docs/integrations/use-payment-modal/",
"status": "301"
},
{
"source": "/docs/e-commerce/magento2/",
"target": "/docs/e-commerce/adobe-commerce/",
"status": "301"
},
{
"source": "/docs/integrations/partner/",
"target": "/docs/monei-connect/",
"status": "301"
},
{
"source": "/docs/integrations/monei-connect/",
"target": "/docs/monei-connect/",
"status": "301"
},
{
"source": "/reference/parameters/",
"target": "/docs/monei-js/reference/",
"status": "301"
}
]