class-wc-gateway-redsys.php
Class WC_Gateway_Redsys
Tags
Table of Contents
Classes
- WC_Gateway_Redsys
- Package: WooCommerce Redsys Gateway Plugin URI: https://woocommerce.com/products/redsys-gateway/ Copyright: (C) 2013 - 2024 José Conti
Functions
- redsys_can_charge_customer() : bool
- Check sutomer can pay for SUMO Subscriptions
- redsys_renew_sumo_subscription() : mixed
- Renew SUMO Subscriptions
Functions
redsys_can_charge_customer()
Check sutomer can pay for SUMO Subscriptions
redsys_can_charge_customer(bool $bool, int $subscription_id, obj $renewal_order) : bool
Parameters
- $bool : bool
-
True or false.
- $subscription_id : int
-
Subscription ID.
- $renewal_order : obj
-
Renewal Order.
Return values
boolredsys_renew_sumo_subscription()
Renew SUMO Subscriptions
redsys_renew_sumo_subscription(bool $bool, int $subscription_id, obj $renewal_order[, bool $retry = false ]) : mixed
Parameters
- $bool : bool
-
True or false.
- $subscription_id : int
-
Subscription ID.
- $renewal_order : obj
-
Renewal Order.
- $retry : bool = false
-
True or false.