Feature: Order Updates, Events, Order Flows, Shipment And COD support
This commit is contained in:
@@ -70,8 +70,7 @@ class PaymentMethodService
|
||||
public function delete(PaymentMethod $method): void
|
||||
{
|
||||
$snapshot = $method->only([
|
||||
'id', 'type', 'name', 'driver', 'capture_mode',
|
||||
'captured_status', 'authorized_status', 'position', 'enabled',
|
||||
'id', 'type', 'name', 'driver', 'capture_mode', 'position', 'enabled',
|
||||
]);
|
||||
|
||||
$method->delete();
|
||||
|
||||
Reference in New Issue
Block a user