1<?php
2
3// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
4// See the LICENCE file in the repository root for full licence text.
5
6return [
7 'signature' => [
8 'not_match' => '',
9 ],
10 'notification_type' => '',
11 'order' => [
12 'invalid' => '',
13 'items' => [
14 'virtual_only' => '',
15 ],
16 'status' => [
17 'not_checkout' => '',
18 'not_paid' => '',
19 ],
20 ],
21 'param' => [
22 'invalid' => '',
23 ],
24 'paypal' => [
25 'not_echeck' => '',
26 ],
27 'purchase' => [
28 'checkout' => [
29 'amount' => '',
30 'currency' => '',
31 ],
32 ],
33 'order_number' => [
34 'malformed' => '',
35 'user_id_mismatch' => '',
36 ],
37];