status.php
Register new status with ID "wc-redsys-pre".
Tags
Table of Contents
Functions
- redsys_register_preauthorized_status() : mixed
- Copyright: (C) 2013 - 2024 José Conti
- redsys_register_resident_payment_status() : mixed
- Copyright: (C) 2013 - 2024 José Conti
- redsys_register_pending_bank_transfer_payment_status() : mixed
- Copyright: (C) 2013 - 2024 José Conti
- redsys_register_pending_payment_status() : mixed
- Copyright: (C) 2013 - 2024 José Conti
- redsys_add_preauthorized_status() : mixed
- Add registered status to list of WC Order statuses
- redsys_add_resident_payment_status() : mixed
- Add registered status to list of WC Order statuses
- redsys_add_pending_bank_transfer_payment_status() : mixed
- Add registered status to list of WC Order statuses
- redsys_add_pending_payment_status() : mixed
- Add registered status to list of WC Order statuses
- redsys_woocommerce_valid_order_statuses_for_payment_complete() : mixed
- Add registered status to list of WC Order statuses
Functions
redsys_register_preauthorized_status()
Copyright: (C) 2013 - 2024 José Conti
redsys_register_preauthorized_status() : mixed
redsys_register_resident_payment_status()
Copyright: (C) 2013 - 2024 José Conti
redsys_register_resident_payment_status() : mixed
redsys_register_pending_bank_transfer_payment_status()
Copyright: (C) 2013 - 2024 José Conti
redsys_register_pending_bank_transfer_payment_status() : mixed
redsys_register_pending_payment_status()
Copyright: (C) 2013 - 2024 José Conti
redsys_register_pending_payment_status() : mixed
redsys_add_preauthorized_status()
Add registered status to list of WC Order statuses
redsys_add_preauthorized_status(array<string|int, mixed> $wc_statuses_arr) : mixed
Parameters
- $wc_statuses_arr : array<string|int, mixed>
-
Array of all order statuses on the website.
redsys_add_resident_payment_status()
Add registered status to list of WC Order statuses
redsys_add_resident_payment_status(array<string|int, mixed> $wc_statuses_arr) : mixed
Parameters
- $wc_statuses_arr : array<string|int, mixed>
-
Array of all order statuses on the website.
redsys_add_pending_bank_transfer_payment_status()
Add registered status to list of WC Order statuses
redsys_add_pending_bank_transfer_payment_status(array<string|int, mixed> $wc_statuses_arr) : mixed
Parameters
- $wc_statuses_arr : array<string|int, mixed>
-
Array of all order statuses on the website.
redsys_add_pending_payment_status()
Add registered status to list of WC Order statuses
redsys_add_pending_payment_status(array<string|int, mixed> $wc_statuses_arr) : mixed
Parameters
- $wc_statuses_arr : array<string|int, mixed>
-
Array of all order statuses on the website.
redsys_woocommerce_valid_order_statuses_for_payment_complete()
Add registered status to list of WC Order statuses
redsys_woocommerce_valid_order_statuses_for_payment_complete(array<string|int, mixed> $statuses) : mixed
Parameters
- $statuses : array<string|int, mixed>
-
Array of all order statuses on the website.