. Licensed under the GNU Affero General Public License v3.0. // See the LICENCE file in the repository root for full licence text. return [ 'signature' => [ 'not_match' => '', ], 'notification_type' => '', 'order' => [ 'invalid' => '', 'items' => [ 'virtual_only' => '', ], 'status' => [ 'not_checkout' => '', 'not_paid' => '', ], ], 'param' => [ 'invalid' => '', ], 'paypal' => [ 'not_echeck' => '', ], 'purchase' => [ 'checkout' => [ 'amount' => '', 'currency' => '', ], ], 'order_number' => [ 'malformed' => '', 'user_id_mismatch' => '', ], ];