ApiDoc BACKEND

PaymentLog extends ActiveRecord

This is the model class for table "payment_log".

Table of Contents

Properties

$checkout  : string
$created_at  : string
$customer_email  : string
$fk_product_order  : int
$fkProductOrder  : ProductOrder
$id  : int
$payment_url  : string|null
$updated_at  : string

Methods

getFkProductOrder()  : ActiveQuery
Desc: Obtiene query para [[FkProductOrder]].
RegisterPaymentLink()  : void
Desc: Guarda en Base de Datos el registro del link de pago.
rules()  : array<string|int, mixed>
Desc: Reglas de validación.
tableName()  : string
Desc: Nombre de la tabla de la base de datos.

Properties

Methods

Desc: Guarda en Base de Datos el registro del link de pago.

public static RegisterPaymentLink(array{payment_url: string, checkout: string, created_at: string, updated_at: string, customer_email: string, fk_product_order: int} $data) : void

Notes: n/a, Ref: n/a

Date: 2025-08-04, Version: v0.2507.01

Parameters
$data : array{payment_url: string, checkout: string, created_at: string, updated_at: string, customer_email: string, fk_product_order: int}
Tags
throws
Exception

        
On this page

Search results