pebarradasaero/ifthenpay

IfthenPay PHP 辅助类。

1.0 2021-09-01 13:12 UTC

This package is auto-updated.

Last update: 2024-09-11 17:21:30 UTC


README

IfthenPay IfthenPay PHP 类。

安装

$ composer require pebarradasaero/ifthenpay

用法

use pebarradasaero\IfthenPay\Helpers\Multibanco;

class XPTO {
    public function process_payment() {
        $reference = Multibanco::generateReference( $ent_id, $subent_id, $order_id, $order_value );
    }
}