Documentation

class-wc-gateway-redsys.php

Class WC_Gateway_Redsys

Tags
since
13.0.0
author

José Conti.

link
https://joseconti.com
link
https://plugins.joseconti.com
link
https://woocommerce.com/products/redsys-gateway/
license

GNU General Public License v3.0

license

URI: http://www.gnu.org/licenses/gpl-3.0.html

copyright

2013-2024 José Conti.

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
bool

redsys_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.


        
On this page

Search results