Configurations for payment modules
This commit is contained in:
@@ -64,6 +64,7 @@ class CreateEventCommand {
|
||||
EventPaymentMethods::create([
|
||||
'event_id' => $event->id,
|
||||
'slug' => $availablePaymentMethod->slug,
|
||||
'configuration' => $availablePaymentMethod->configuration ?? [],
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user