관리-도구
편집 파일: PaymentActions.php
<?php namespace Modules\BasicPayment\app\Interfaces; interface PaymentActions { public function processPayment($order, $orderType = 'order'); }