From 0885b2a7c1c3e95fbc27e84dae978e0be52a998d Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 12 Jan 2023 12:22:32 +1100 Subject: [PATCH] Minor fixes for create test data --- app/Console/Commands/CreateSingleAccount.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/CreateSingleAccount.php b/app/Console/Commands/CreateSingleAccount.php index 2d6c983ae043..fb7e9b575dce 100644 --- a/app/Console/Commands/CreateSingleAccount.php +++ b/app/Console/Commands/CreateSingleAccount.php @@ -306,7 +306,7 @@ class CreateSingleAccount extends Command $webhook_config = [ 'post_purchase_url' => 'http://ninja.test:8000/api/admin/plan', - 'post_purchase_rest_method' => 'POST', + 'post_purchase_rest_method' => 'post', 'post_purchase_headers' => [config('ninja.ninja_hosted_header') => config('ninja.ninja_hosted_secret')], ];