luoyy/pay-ext

v1.0.0 2021-04-29 02:26 UTC

This package is auto-updated.

Last update: 2024-04-29 04:40:47 UTC


README

Installation package

composer require luoyy/pay-ext

Quick Sample Usage

/**
 * DEMO
 */
use Yansongda\Pay\Pay;

if (!empty($verify = Pay::apple((new Applepay)->config('apple'))->verify($this->receipt_data))) {

}
// more.....

Update log

  • 2021.04.29:Initialize the warehouse