the-hasanov/millikart

此包最新版本(2.3.6)没有提供许可证信息。

Millikart支付模块为Laravel

2.3.6 2022-05-21 21:02 UTC

This package is auto-updated.

Last update: 2024-09-16 12:29:02 UTC


README

请勿在生产环境中使用。仍在开发阶段。

use Chameleon\Millikart\Operation\CreateOrder;

Millikart::createOrder(function (CreateOrder $createOrder){
    $createOrder->amount(10.0)
        ->allUrl('http://example.com/payment/callback')
        ->description('Order Description');
});