PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
platform
/
plugins
/
payment
/
src
/
Services
/
Traits
<?php namespace Botble\Payment\Services\Traits; use Botble\Payment\Supports\PaymentHelper; /** * @deprecated */ trait PaymentTrait { /** * Store payment on local * * @param array $args * @return mixed * @deprecated */ public function storeLocalPayment(array $args = []) { return PaymentHelper::storeLocalPayment($args); } }
[+]
..
[-] PaymentTrait.php
[edit]
[-] PaymentErrorTrait.php
[edit]