Feature: Moving Payment Methods to DB, adding fees, Transaction Updates, Refund Updates, General Updates to Payments
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace Modules\Core\Payment\Events;
|
||||
|
||||
use Modules\Core\Payment\Models\PaymentMethod;
|
||||
|
||||
class PaymentMethodCreated
|
||||
{
|
||||
public function __construct(
|
||||
public readonly PaymentMethod $method,
|
||||
) {}
|
||||
}
|
||||
Reference in New Issue
Block a user