Git history (PHP files only)

Most committed PHP files

File Commits
app/Listeners/Stripe/PaymentMethod/PaymentMethodAttached.php 5
app/Listeners/Stripe/PaymentMethod/PersistPaymentMethod.php 4
app/Listeners/Stripe/PaymentMethod/PersistStripeUpdates.php 5
tests/Unit/Listeners/ChargeSucceededTest.php 3
app/Listeners/Stripe/Charge/ChargeSucceeded.php 3
app/Listeners/Stripe/Transaction/Actions/PersistAccountDefaultPaymentMethod.php 4
app/Listeners/Stripe/Transaction/Actions/PersistCharge.php 3
app/Listeners/Stripe/Transaction/Actions/PersistTransaction.php 4
app/Listeners/Stripe/Transaction/ChargeSucceeded.php 3
app/Listeners/Stripe/Transaction/PaymentMethodCreated.php 4
app/Listeners/Stripe/Transaction/TransactionCreated.php 4
tests/Integration/Stripe/Listeners/ChargeSucceededListenerTest.php 4
app/Listeners/Stripe/Charge/Actions/PersistStripeUpdates.php 4
app/Listeners/Stripe/Charge/Actions/PersistPaymentMethod.php 2
config/stripe.php 14
app/Listeners/Stripe/Charge/Actions/PersistTransaction.php 1
app/Models/PaymentMethod.php 4
database/migrations/2023_09_26_075120_add_stripe_customer_id_to_payment_methods_table.php 1
app/Http/Controllers/ContactCustomerSuccessController.php 2
config/mail.php 1
config/membersy.php 2
app/Data/Mail/ContactCustomerSuccess.php 1
app/Http/Requests/ContactCustomerSuccessRequest.php 1
app/Mail/ContactCustomerSuccessMail.php 1
app/Models/User.php 20
resources/views/mail/contact-customer-success.mjml.blade.php 1
routes/api.php 36
tests/Integration/CreatesUserPersonas.php 1
tests/Integration/Http/Controllers/ContactCustomerSuccessControllerTest.php 1
tests/Integration/IntegrationTestCase.php 1
tests/Integration/Mail/ContactCustomerSuccessMailTest.php 1
app/Listeners/Stripe/PaymentMethodAttached.php 3
tests/Integration/Listeners/PaymentMethodAttachedTest.php 5
app/Services/Mail/MjmlProcessor.php 3
config/filesystems.php 3
config/telescope.php 1
database/factories/AccountFactory.php 8
tests/Integration/AssertsDatabaseTableQueried.php 1
tests/Integration/Console/Commands/Etl/GroupsToMarketingMaterialsTest.php 5
app/Listeners/Stripe/Transaction/Actions/PersistPaymentMethod.php 5
resources/views/mail/payment_received.mjml.blade.php 2
{app/Models => database/factories}/Traits/DisablesCallbacks.php 1
app/Models/Traits/DisablesCallbacks.php 1
app/Listeners/Stripe/Transaction/Actions/CreateOrReturnPaymentMethod.php 2
app/Http/Controllers/AccountSubscriptionsController.php 6
tests/Integration/Http/Controllers/AccountSubscriptionControllerTest.php 6
app/Services/Pay/PaymentService.php 26
app/Http/Controllers/AccountController.php 44
app/Services/Pay/Contracts/PaymentContract.php 12
database/migrations/2023_09_13_171041_give_roles_add_subscription_permission.php 1
database/migrations/2023_09_13_081527_add_line_level_amounts_to_order_products.php 2
app/Providers/MailServiceProvider.php 4
tests/Integration/Actions/PaymentService/SubscriptionPrepareTest.php 1
app/Console/Commands/Etl/Etl.php 1
app/Mail/ExampleRenewalMail.php 2
resources/views/emails/example-renewal.mjml.blade.php 2
tests/{Unit => Integration}/Actions/PaymentService/SubscriptionPrepareTest.php 1
tests/Integration/Services/Mail/MjmlProcessorTest.php 1
tests/Integration/Services/Mail/PostProcessorEngineTest.php 1
tests/Integration/Services/Mail/PreProcessorCompilerTest.php 1
tests/Integration/Services/Mail/test.mjml.blade.php 1
app/Http/Controllers/DashboardController.php 12
app/Http/Requests/Order/OrderFormRules.php 2
app/Listeners/Stripe/Order/Actions/PersistOrder.php 2
app/Models/Order.php 3
tests/Integration/Http/Controllers/OrderControllerTest.php 8
tests/Integration/Services/OrderServiceTest.php 5
tests/Integration/Stripe/Listeners/OrderCreatedListenerTest.php 2
app/Http/Resources/SubscriptionResponse.php 8
app/Listeners/Stripe/Order/Actions/PersistOrderProducts.php 1
app/Listeners/Stripe/Order/OrderCreated.php 1
app/Services/Pay/Actions/CustomerPrepare.php 9
tests/Unit/Listeners/OrderCreatedTest.php 1
tests/Integration/Http/Controllers/AccountTransactionControllerTest.php 2
app/Http/Controllers/AccountTransactionController.php 3
app/Http/Controllers/AccountDependentsController.php 13
app/Mail/TestMail.php 2
app/Services/Mail/PreProcessorCompiler.php 1
database/factories/LocationFactory.php 1
resources/views/emails/test.mjml.blade.php 2
tests/Integration/Http/Controllers/AccountControllerTest.php 64
app/Policies/TransactionPolicy.php 1
tests/Integration/Http/Controllers/AccountPaymentMethodControllerTest.php 12
tests/Integration/Policies/TransactionPolicyTest.php 1
app/Console/Commands/Etl/EtlUserCommand.php 4
app/Console/Commands/Etl/GroupsToBrands.php 2
app/Http/Kernel.php 2
app/Models/Account.php 18
app/Services/Mail/MailEngine.php 1
app/Services/Mail/MailProcessor.php 1
config/app.php 3
app/Http/Controllers/AccountPaymentMethodController.php 12
app/Services/Pay/AccountCheckoutStateService.php 2
database/factories/SubscriptionFactory.php 7
database/factories/SubscriptionItemFactory.php 3
tests/Integration/Services/Pay/AccountCheckoutStateServiceTest.php 2
tests/Integration/Services/Pay/PaymentServiceTest.php 2
app/Services/Pay/Facades/PaymentService.php 5
tests/Integration/Http/Controllers/DashboardControllerTest.php 7
app/Services/Pay/Actions/SubscriptionPrepare.php 13
app/Listeners/WebhookWasHandled.php 3
tests/Integration/Listeners/WebhookWasReceivedTest.php 1
app/Policies/PaymentMethodPolicy.php 2
tests/Integration/Policies/PaymentMethodPolicyTest.php 5
app/Exceptions/HasExceptionContext.php 1
app/Exceptions/InvalidDataException.php 2
app/Exceptions/Pay/StripeOutOfSyncError.php 1
app/Listeners/Stripe/Subscription/CustomerSubscriptionUpdated.php 1
tests/Integration/Http/Controllers/LocationControllerTest.php 9
tests/Integration/Policies/LocationPolicyTest.php 8
app/Listeners/Stripe/Subscription/Actions/PersistSubscription.php 3
app/Listeners/Stripe/Subscription/Actions/PersistSubscriptionItems.php 3
app/Listeners/Stripe/Subscription/CustomerSubscriptionCreated.php 3
app/Models/Subscription.php 13
app/Services/Pay/Actions/SubscriptionExecute.php 9
tests/Integration/Stripe/Listeners/SubscriptionCreatedListenerTest.php 3
app/Services/Pay/Actions/CustomerPersist.php 4
tests/Unit/Actions/PaymentService/SubscriptionPrepareTest.php 7
app/Queries/Locations/DirectlyAssociatedLocations.php 2
app/Listeners/Stripe/CustomerSubscriptionCreated.php 8
app/Listeners/Stripe/{ => Subscription}/CustomerSubscriptionUpdated.php 1
tests/Unit/Listeners/CustomerSubscriptionCreatedTest.php 1
tests/Integration/Http/Controllers/AccountDependentsControllerTest.php 8
app/Console/Commands/SeedStripeDevData.php 4
app/Providers/PaymentServiceProvider.php 10
app/Providers/StripeClientServiceProvider.php 3
app/Listeners/Stripe/CustomerSourceCreated.php 3
tests/Integration/Listeners/CustomerSourceCreatedTest.php 3
routes/web.php 4
resources/views/pdfs/id-card.blade.php 4
app/Services/PdfGeneratorService.php 3
app/Console/Commands/PruneTempStorage.php 2
app/Models/Member.php 12
tests/Integration/Services/PdfGeneratorServiceTest.php 2
app/Http/Requests/Account/AccountDependentRequest.php 5
app/Http/Requests/Account/AccountRequest.php 14
app/Jobs/Etl/SyncSubscriptionsWithStripe.php 7
app/Console/Kernel.php 1
database/migrations/2023_08_20_035056_create_webhooks_table.php 2
app/Console/Commands/Etl/SubscriptionsToSubscriptions.php 6
tests/Integration/Console/Commands/Etl/PlanPriceToPricesTest.php 5
tests/Unit/Console/Commands/Etl/PlanPriceToPricesTest.php 5
app/Console/Commands/Etl/PlanPriceToPrices.php 1
tests/Integration/Http/Controllers/WebhookControllerTest.php 3
database/migrations/2023_08_21_113755_add_invoice_id_to_orders_table.php 2
routes/webhooks.php 3
tests/Integration/Stripe/Actions/SubscriptionExecuteTest.php 7
database/factories/PriceFactory.php 1
database/migrations/2023_08_21_132714_make_request_id_nullable.php 2
app/Listeners/WebhookWasReceived.php 3
tests/Feature/FeatureTestCase.php 2
tests/Integration/Stripe/Actions/CustomerExecuteTest.php 6
app/Http/Middleware/VerifiesWebhookSignatures.php 3
app/Listeners/Stripe/CustomerSubscriptionUpdated.php 1
app/Models/Webhook.php 3
app/Services/Pay/Actions/CustomerExecute.php 6
app/Events/WebhookHandled.php 2
app/Events/WebhookReceived.php 2
app/Http/Controllers/WebhookController.php 3
database/migrations/2023_04_27_142132_webhooks_is_processed_defaults_to_false.php 1
tests/Integration/Http/Controllers/WebhookControllerStub.php 1
app/Providers/RouteServiceProvider.php 1
app/Integrations/Stripe/StripeUtil.php 1
app/Integrations/Stripe/StripeWebhookProcessor.php 1
app/Integrations/Stripe/StripeWebhookProfile.php 1
app/Integrations/Stripe/StripeWebhookSignatureValidator.php 1
app/Integrations/Stripe/WebhookHandlers/InvoicePaid.php 1
app/Integrations/Stripe/WebhookHandlers/StripeWebhookHandlerInterface.php 1
config/webhook-client.php 1
config/webhook-handlers.php 1
tests/Unit/Integrations/Stripe/FakeHook.php 1
tests/Unit/Integrations/Stripe/StripeTestHelpers.php 1
tests/Unit/Integrations/Stripe/StripeUtilTest.php 4
tests/Unit/Integrations/Stripe/StripeWebhookProcessorTest.php 4
tests/Unit/Integrations/Stripe/StripeWebhookProfileTest.php 4
tests/Unit/Integrations/Stripe/StripeWebhookSignatureValidatorTest.php 4
app/Policies/LocationPolicy.php 4
app/Http/Controllers/PrimaryMemberUpdateController.php 4
app/Http/Requests/PrimaryMemberRequest.php 1
database/seeders/TransactionSeeder.php 3
tests/Integration/Models/AccountTest.php 11
tests/Integration/Models/MemberTest.php 6
app/Policies/MemberPolicy.php 2
tests/Unit/Models/MemberTest.php 4
app/Policies/SubscriptionPolicy.php 3
database/factories/MemberFactory.php 7
database/seeders/MemberSeeder.php 7
database/seeders/SubscriptionSeeder.php 9
tests/Integration/Http/Controllers/PrimaryMemberUpdateControllerTest.php 4
tests/Integration/Policies/MemberPolicyTest.php 4
tests/Integration/Policies/SubscriptionPolicyTest.php 5
tests/Integration/Queries/Users/MembersInHierarchyTest.php 5
app/Http/Controllers/LocationController.php 3
app/Models/Location.php 11
tests/Integration/Models/LocationTest.php 6
database/seeders/PassportClientSeeder.php 1
config/horizon.php 2
app/Data/Storage/FileContent.php 1
app/Providers/FileServiceProvider.php 1
app/Services/LocationFileService.php 1
app/Util/Storage/StorageUtil.php 1
database/seeders/LocationSeeder.php 1
tests/Integration/Services/LocationFileServiceTest.php 1
tests/Integration/Util/Storage/StorageUtilTest.php 1
app/Console/Commands/Etl/EtlHelpers.php 5
app/Console/Commands/Etl/EtlPartnerCommand.php 2
app/{Console/Commands/Etl => Exceptions/Storage}/StorageWriteException.php 1
tests/Integration/Console/Commands/Etl/EtlHelpersTest.php 4
tests/Integration/Console/Commands/Etl/EtlPartnerCommandTest.php 6
tests/Unit/Models/Traits/IsPersonTest.php 2
app/Services/LocationService.php 6
tests/Unit/Actions/PaymentService/CustomerPrepareTest.php 4
tests/Integration/Http/Controllers/UserControllerTest.php 24
tests/Integration/Policies/UserPolicyTest.php 7
app/Policies/AccountPolicy.php 6
tests/Integration/Policies/AccountPolicyTest.php 9
app/Http/Resources/LocationProductResource.php 3
database/migrations/2023_07_27_121713_create_and_assign_missing_member_permissions.php 3
app/Http/Controllers/MemberController.php 2
app/Services/Pay/Actions/CustomerCreate.php 2
app/Services/Pay/PaymentContract.php 2
app/Http/Requests/MemberRequest.php 1
tests/Integration/Console/Commands/Etl/SubscriptionsToSubscriptionsTest.php 6
app/ModelHooks/UserMemberModelHook.php 1
app/Models/Traits/IsPerson.php 1
app/Policies/UserPolicy.php 1
app/Queries/Users/MembersInHierarchy.php 1
database/factories/SubscriptionItemHasUserFactory.php 3
tests/Integration/Http/Controllers/RoleControllerTest.php 5
tests/Integration/Http/Resources/AccountNoteResourceTest.php 4
tests/Integration/Models/UserTest.php 6
tests/Integration/Nova/UserTest.php 4
tests/Integration/TestHelpers.php 1
tests/Unit/Models/Traits/DummyPerson.php 1
tests/Unit/Models/UserTest.php 6
database/migrations/2023_07_25_161503_subscription_item_stripe_id_nullable.php 1
app/Enum/TransactionType.php 3
app/Models/SubscriptionItem.php 2
app/Models/SubscriptionItemHasUser.php 1
database/factories/UserFactory.php 2
tests/Integration/Models/SubscriptionItemHasUserTest.php 4
tests/Integration/Models/SubscriptionItemTest.php 4
tests/Integration/Models/SubscriptionTest.php 8
tests/Integration/Util/Migrations/CreatesAndGrantsPermissionsTest.php 4
app/Enum/TransactionChannel.php 2
app/Enum/TransactionStatus.php 2
database/seeders/DatabaseSeeder.php 2
app/Jobs/Sanitize/SanitizeUsers.php 3
app/Http/Requests/Account/AccountFormRules.php 10
app/Services/AccountService.php 17
.phpstorm.meta.php 1
_ide_helper.php 1
app/Models/Dispute.php 1
tests/Integration/Actions/Fortify/CreateNewUserTest.php 3
tests/Integration/Console/Commands/Etl/AccessTokensToAccessTokensTest.php 4
tests/Integration/Console/Commands/Etl/AccountsToAddressesTest.php 4
tests/Integration/Console/Commands/Etl/ActivityLogsToAccountEventsTest.php 4
tests/Integration/Console/Commands/Etl/CommissionDistributionsToCommissionLedgerEntriesTest.php 4
tests/Integration/Console/Commands/Etl/ConnectAccountsToLocationsTest.php 4
tests/Integration/Console/Commands/Etl/EtlAllCommandTest.php 3
tests/Integration/Console/Commands/Etl/GroupsToBrandsTest.php 5
tests/Integration/Console/Commands/Etl/HierarchyToAddressesTest.php 4
tests/Integration/Console/Commands/Etl/LocationsToLocationsTest.php 5
tests/Integration/Console/Commands/Etl/MembersToAccountsTest.php 4
tests/Integration/Console/Commands/Etl/MigrateBankAccountsToPaymentMethodsTest.php 7
tests/Integration/Console/Commands/Etl/ModelHasUsersTest.php 4
tests/Integration/Console/Commands/Etl/NotesToAccountNotesTest.php 4
tests/Integration/Console/Commands/Etl/PlanLocationsToModelHasProductsTest.php 4
tests/Integration/Console/Commands/Etl/PlansToProductsTest.php 4
tests/Integration/Console/Commands/Etl/ProductTiersToTiersTest.php 4
tests/Integration/Console/Commands/Etl/RegionsToLocationGroupsTest.php 5
tests/Integration/Console/Commands/Etl/ScheduleExportsToScheduledReportsTest.php 4
tests/Integration/Console/Commands/Etl/SyncAllCommandTest.php 3
tests/Integration/Console/Commands/Etl/TransactionsToDisputesTest.php 4
tests/Integration/Console/Commands/Etl/TransactionsToOrdersAndTransactionsTest.php 4
tests/Integration/Console/Commands/Etl/ValidateAllCommandTest.php 3
tests/Integration/Console/Commands/MakeCommands/ApiMakeCommandTest.php 4
tests/Integration/Console/Commands/MakeCommands/StubBuilderTest.php 4
tests/Integration/Http/Controllers/AccountEventControllerTest.php 4
tests/Integration/Http/Controllers/AccountNoteControllerTest.php 4
tests/Integration/Http/Controllers/AddressControllerTest.php 3
tests/Integration/Http/Controllers/OrderProductControllerTest.php 3
tests/Integration/Http/Controllers/PartnerControllerTest.php 3
tests/Integration/Http/Controllers/PaymentMethodControllerTest.php 3
tests/Integration/Http/Controllers/PermissionControllerTest.php 3
tests/Integration/Http/Controllers/PriceControllerTest.php 4
tests/Integration/Http/Controllers/SubscriptionControllerTest.php 4
tests/Integration/Http/Middleware/AuthenticateTest.php 3
tests/Integration/Http/Middleware/RedirectIfAuthenticatedTest.php 3
tests/Integration/Http/Requests/Account/ListAccountRequestTest.php 12
tests/Integration/Http/Requests/AccountNote/ListAccountNoteRequestTest.php 3
tests/Integration/Http/Requests/Address/ListAddressRequestTest.php 3
tests/Integration/Http/Requests/Order/ListOrderRequestTest.php 3
tests/Integration/Http/Requests/OrderProduct/ListOrderProductRequestTest.php 3
tests/Integration/Http/Requests/Partner/ListPartnerRequestTest.php 3
tests/Integration/Http/Requests/PaymentMethod/ListPaymentMethodRequestTest.php 3
tests/Integration/Http/Requests/Permission/ListPermissionRequestTest.php 3
tests/Integration/Http/Requests/Role/ListRoleRequestTest.php 3
tests/Integration/Http/Requests/Subscription/ListSubscriptionRequestTest.php 3
tests/Integration/Http/Requests/User/ListUserRequestTest.php 5
tests/Integration/Http/Resources/AbstractResourceCollectionTest.php 3
tests/Integration/Http/Resources/AbstractResourceTest.php 3
tests/Integration/Http/Resources/AccountEventResourceCollectionTest.php 3
tests/Integration/Http/Resources/AccountEventResourceTest.php 3
tests/Integration/Http/Resources/AccountNoteResourceCollectionTest.php 3
tests/Integration/Http/Resources/AccountResourceCollectionTest.php 4
tests/Integration/Http/Resources/AccountResourceTest.php 7
tests/Integration/Http/Resources/AddressResourceCollectionTest.php 3
tests/Integration/Http/Resources/AddressResourceTest.php 3
tests/Integration/Http/Resources/LocationProductResourceTest.php 4
tests/Integration/Http/Resources/LocationResourceCollectionTest.php 5
tests/Integration/Http/Resources/LocationResourceTest.php 5
tests/Integration/Http/Resources/OrderProductResourceCollectionTest.php 3
tests/Integration/Http/Resources/OrderProductResourceTest.php 3
tests/Integration/Http/Resources/OrderResourceCollectionTest.php 3
tests/Integration/Http/Resources/OrderResourceTest.php 4
tests/Integration/Http/Resources/PartnerResourceCollectionTest.php 3
tests/Integration/Http/Resources/PartnerResourceTest.php 5
tests/Integration/Http/Resources/PaymentMethodResourceCollectionTest.php 3
tests/Integration/Http/Resources/PaymentMethodResourceTest.php 3
tests/Integration/Http/Resources/PermissionCategoryResourceTest.php 3
tests/Integration/Http/Resources/PermissionResourceCollectionTest.php 3
tests/Integration/Http/Resources/PermissionResourceTest.php 3
tests/Integration/Http/Resources/PriceResourceCollectionTest.php 5
tests/Integration/Http/Resources/PriceResourceTest.php 5
tests/Integration/Http/Resources/ProductResourceCollectionTest.php 5
tests/Integration/Http/Resources/ProductResourceTest.php 5
tests/Integration/Http/Resources/RoleResourceCollectionTest.php 3
tests/Integration/Http/Resources/RoleResourceTest.php 3
tests/Integration/Http/Resources/SubscriptionResourceCollectionTest.php 3
tests/Integration/Http/Resources/SubscriptionResourceTest.php 3
tests/Integration/Http/Resources/UserResourceCollectionTest.php 7
tests/Integration/Http/Resources/UserResourceTest.php 7
tests/Integration/Jobs/Etl/DeduplicatePaymentMethodsTest.php 3
tests/Integration/Jobs/Etl/MigrateLocationFilesTest.php 4
tests/Integration/Jobs/Etl/MigrateMarketingMaterialFilesTest.php 4
tests/Integration/Models/AccountHasLocationTest.php 3
tests/Integration/Models/AccountNotesTest.php 3
tests/Integration/Models/AddressTest.php 3
tests/Integration/Models/BrandTest.php 3
tests/Integration/Models/CommissionAndFeeLedgerEntryTest.php 3
tests/Integration/Models/DisputeTest.php 3
tests/Integration/Models/LocationGroupTest.php 3
tests/Integration/Models/MarketingMaterialTest.php 3
tests/Integration/Models/MarketingMaterialTypeTest.php 3
tests/Integration/Models/ModelHasMarketingMaterialTest.php 3
tests/Integration/Models/ModelHasPriceTest.php 3
tests/Integration/Models/ModelHasPricesPriceOptionTest.php 3
tests/Integration/Models/ModelHasProductTest.php 3
tests/Integration/Models/ModelHasUserTest.php 3
tests/Integration/Models/OrderHasSubscriptionTest.php 3
tests/Integration/Models/OrderProductTest.php 3
tests/Integration/Models/OrderTest.php 3
tests/Integration/Models/PartnerTest.php 6
tests/Integration/Models/PaymentMethodTest.php 3
tests/Integration/Models/PermissionCategoryTest.php 3
tests/Integration/Models/PriceTest.php 3
tests/Integration/Models/ProductTest.php 3
tests/Integration/Models/RoleTest.php 3
tests/Integration/Models/ScheduledReportTest.php 3
tests/Integration/Models/TierTest.php 3
tests/Integration/Models/TransactionTest.php 3
tests/Integration/Policies/AccountEventPolicyTest.php 3
tests/Integration/Policies/AccountNotePolicyTest.php 3
tests/Integration/Policies/AddressPolicyTest.php 3
tests/Integration/Policies/FieldPermissionCheckCacheTest.php 3
tests/Integration/Policies/OrderPolicyTest.php 3
tests/Integration/Policies/OrderProductPolicyTest.php 3
tests/Integration/Policies/PartnerPolicyTest.php 3
tests/Integration/Policies/PermissionCategoryPolicyTest.php 3
tests/Integration/Policies/PermissionPolicyTest.php 3
tests/Integration/Policies/PricePolicyTest.php 5
tests/Integration/Policies/ProductPolicyTest.php 5
tests/Integration/Queries/AccountEvents/ListAccountEventsTest.php 3
tests/Integration/Queries/AccountNotes/ListAccountNotesTest.php 3
tests/Integration/Queries/Accounts/AccountHasLocationsInHierarchyTest.php 3
tests/Integration/Queries/Accounts/AccountsInHierarchyTest.php 3
tests/Integration/Queries/Accounts/ListAccountsTest.php 7
tests/Integration/Queries/Addresses/ListAddressesTest.php 3
tests/Integration/Queries/Locations/AllHierarchyLocationsTest.php 3
tests/Integration/Queries/Locations/DirectlyAssociatedLocationsTest.php 4
tests/Integration/Queries/Locations/LocationsForAddingAccountsTest.php 5
tests/Integration/Queries/OrderProducts/ListOrderProductsTest.php 3
tests/Integration/Queries/Orders/ListOrdersTest.php 3
tests/Integration/Queries/Partners/ListPartnersTest.php 3
tests/Integration/Queries/PaymentMethods/ListPaymentMethodsTest.php 3
tests/Integration/Queries/Permissions/ListPermissionsTest.php 3
tests/Integration/Queries/Subscriptions/ListSubscriptionsTest.php 3
tests/Integration/Queries/Users/ListUsersTest.php 5
tests/Integration/Services/AccountEventServiceTest.php 3
tests/Integration/Services/AccountNoteServiceTest.php 3
tests/Integration/Services/AccountServiceTest.php 10
tests/Integration/Services/AddressServiceTest.php 3
tests/Integration/Services/HasServiceResourceFieldsTest.php 3
tests/Integration/Services/LocationServiceTest.php 7
tests/Integration/Services/OrderProductServiceTest.php 3
tests/Integration/Services/PartnerServiceTest.php 3
tests/Integration/Services/PaymentMethodServiceTest.php 3
tests/Integration/Services/PermissionCategoryServiceTest.php 3
tests/Integration/Services/PermissionServiceTest.php 3
tests/Integration/Services/PriceServiceTest.php 5
tests/Integration/Services/ProductServiceTest.php 5
tests/Integration/Services/RoleServiceTest.php 3
tests/Integration/Services/SubscriptionServiceTest.php 3
tests/Integration/Services/UserServiceTest.php 7
tests/Unit/Actions/Fortify/ResetUserPasswordTest.php 3
tests/Unit/Console/Commands/Etl/AccessTokensToAccessTokensTest.php 4
tests/Unit/Console/Commands/Etl/AccountsToAddressesTest.php 4
tests/Unit/Console/Commands/Etl/ActivityLogsToAccountEventsTest.php 4
tests/Unit/Console/Commands/Etl/CommissionDistributionsToCommissionLedgerEntriesTest.php 4
tests/Unit/Console/Commands/Etl/ConnectAccountsToLocationsTest.php 4
tests/Unit/Console/Commands/Etl/EtlHelpersTest.php 5
tests/Unit/Console/Commands/Etl/EtlPartnerCommandTest.php 5
tests/Unit/Console/Commands/Etl/EtlUserCommandTest.php 6
tests/Unit/Console/Commands/Etl/GroupsToBrandsTest.php 5
tests/Unit/Console/Commands/Etl/GroupsToMarketingMaterialsTest.php 4
tests/Unit/Console/Commands/Etl/HierarchyToAddressesTest.php 4
tests/Unit/Console/Commands/Etl/InvalidPropertiesExceptionTest.php 4
tests/Unit/Console/Commands/Etl/LocationsToLocationsTest.php 5
tests/Unit/Console/Commands/Etl/MembersToAccountsTest.php 4
tests/Unit/Console/Commands/Etl/MigrateBankAccountsToPaymentMethodsTest.php 6
tests/Unit/Console/Commands/Etl/MissingFileResponseExceptionTest.php 3
tests/Unit/Console/Commands/Etl/ModelHasUsersTest.php 4
tests/Unit/Console/Commands/Etl/NotesToAccountNotesTest.php 4
tests/Unit/Console/Commands/Etl/PlanLocationsToModelHasProductsTest.php 4
tests/Unit/Console/Commands/Etl/PlansToProductsTest.php 4
tests/Unit/Console/Commands/Etl/ProductTiersToTiersTest.php 4
tests/Unit/Console/Commands/Etl/RegionsToLocationGroupsTest.php 5
tests/Unit/Console/Commands/Etl/ScheduleExportsToScheduledReportsTest.php 4
tests/Unit/Console/Commands/Etl/SubscriptionsToSubscriptionsTest.php 5
tests/Unit/Console/Commands/Etl/TransactionsToDisputesTest.php 4
tests/Unit/Console/Commands/Etl/TransactionsToOrdersAndTransactionsTest.php 4
tests/Unit/Data/Requests/EntityRequestOptionsTest.php 3
tests/Unit/Data/Requests/ListRequestOptionsTest.php 3
tests/Unit/Data/Resources/ResourceFieldOptionsTest.php 3
tests/Unit/Exceptions/HandlerTest.php 3
tests/Unit/Exceptions/Http/UnsupportedMethodExceptionTest.php 3
tests/Unit/Exceptions/Scaffolding/NotImplementedExceptionTest.php 3
tests/Unit/HelpersTest.php 3
tests/Unit/Http/Requests/FieldableFormRequestTest.php 3
tests/Unit/Http/Resources/AccountEventResourceTest.php 3
tests/Unit/Http/Resources/AccountNoteResourceTest.php 3
tests/Unit/Http/Resources/AccountResourceTest.php 4
tests/Unit/Http/Resources/AddressResourceTest.php 3
tests/Unit/Http/Resources/HasResponseFieldsTest.php 3
tests/Unit/Http/Resources/PermissionResourceTest.php 3
tests/Unit/Http/Resources/RoleResourceTest.php 5
tests/Unit/Http/Resources/UserResourceTest.php 5
tests/Unit/Http/Responses/EntityArchivedResponseTest.php 3
tests/Unit/Models/Passport/ClientTest.php 3
tests/Unit/Models/Traits/IsHierarchyMemberTest.php 3
tests/Unit/Nova/BrandTest.php 3
tests/Unit/Nova/LocationGroupTest.php 3
tests/Unit/Nova/LocationTest.php 3
tests/Unit/Nova/PartnerTest.php 3
tests/Unit/Nova/RoleTest.php 3
tests/Unit/Nova/Traits/SortsSearchesByNameTest.php 3
tests/Unit/Nova/UserTest.php 3
tests/Unit/Rules/PhoneNumberTest.php 4
tests/Unit/Util/Nova/SelectPlusUtilTest.php 4
tests/Unit/Util/Requests/FieldComparisonUtilTest.php 3
tests/Unit/Util/Requests/InputParsingUtilTest.php 3
tests/Unit/Util/Responses/ResponseUtilTest.php 3
app/Http/Requests/User/UserRequest.php 4
app/Http/Controllers/UserController.php 6
app/Http/Requests/User/ListUserRequest.php 2
app/Http/Requests/User/StoreUserRequest.php 2
app/Http/Requests/User/UpdateUserRequest.php 2
app/Http/Requests/User/UserFormRules.php 4
app/Http/Resources/AccountResource.php 4
app/Http/Resources/PartnerResource.php 2
app/Http/Resources/UserResource.php 4
app/Http/Resources/UserResourceCollection.php 2
app/Queries/Users/ListUsers.php 2
app/Services/AccountNoteService.php 2
app/Services/UserService.php 2
app/Http/Requests/Account/ListAccountRequest.php 7
app/Http/Requests/Account/StoreAccountRequest.php 2
app/Http/Requests/Account/UpdateAccountRequest.php 1
app/Http/Resources/AccountResourceCollection.php 1
app/Http/Resources/OrderResource.php 1
app/Queries/Accounts/ListAccounts.php 5
app/Enum/SubscriptionStatus.php 1
app/Models/OrderHasSubscription.php 1
app/Models/ModelHasPricesPriceOption.php 1
app/Models/ModelHasPrice.php 3
app/Models/ModelHasProduct.php 3
app/Http/Controllers/TransactionController.php 3
app/Models/Partner.php 4
database/factories/ProductFactory.php 1
database/seeders/ProductSeeder.php 2
tests/Integration/Http/Controllers/TransactionControllerTest.php 2
app/Models/Price.php 4
app/Console/Commands/Etl/MigrateBankAccountsToPaymentMethods.php 2
app/Models/Brand.php 2
database/factories/PaymentMethodFactory.php 1
database/factories/TransactionFactory.php 1
database/seeders/UserSeeder.php 1
database/migrations/2023_06_21_213652_assign_product_and_price_view_permissions_to_hierarchy.php 1
app/Console/Commands/Etl/ProductTiersToTiers.php 1
app/Jobs/Etl/SyncDisputesWithStripe.php 2
app/Jobs/Etl/SyncPricesWithStripe.php 2
app/Jobs/Etl/ValidateAccountWithStripe.php 2
app/Jobs/Sync/SyncAccountPaymentMethodsWithStripe.php 2
app/Jobs/Sync/SyncBankAccountWithStripe.php 2
app/Jobs/Sync/SyncProductsWithStripe.php 2
app/Console/Commands/RunEtlCommand.php 2
tests/Integration/Jobs/Etl/SyncDisputesWithStripeTest.php 1
tests/Integration/Jobs/Etl/SyncSubscriptionsWithStripeTest.php 1
app/Http/Controllers/PriceController.php 2
app/Http/Controllers/OrderProductController.php 2
app/Macros/Eloquent/toSqlWithBindings.php 2
app/Macros/QueryBuilder/toSqlWithBindings.php 2
app/Enum/MemberRelationship.php 2
app/Console/Commands/Etl/AddRoles.php 1
app/Console/Commands/Etl/AccessTokensToAccessTokens.php 1
app/Console/Commands/Etl/AccountsToAddresses.php 1
app/Console/Commands/Etl/CommissionDistributionsToCommissionLedgerEntries.php 1
app/Console/Commands/Etl/MembersToAccounts.php 1
app/Console/Commands/Etl/NotesToAccountNotes.php 1
app/Console/Commands/Etl/TransactionsToOrdersAndTransactions.php 1
config/cashier.php 1
app/Exceptions/ContextualException.php 1
database/migrations/2023_06_13_130630_add_relationship_column_to_users.php 1
app/Models/LocationGroup.php 1
app/Queries/Locations/AllHierarchyLocations.php 1
app/Queries/Locations/LocationsForAddingAccounts.php 1
app/Util/Queries/QueryUtil.php 1
app/Http/Resources/PriceResource.php 2
app/Http/Resources/PriceResourceCollection.php 2
app/Models/Product.php 4
app/Policies/PricePolicy.php 2
app/Providers/AuthServiceProvider.php 2
app/Services/PriceService.php 2
app/Http/Resources/ProductResource.php 2
app/Http/Resources/ProductResourceCollection.php 2
app/Policies/ProductPolicy.php 2
app/Services/ProductService.php 2
app/Http/Resources/LocationResource.php 2
app/Http/Resources/LocationResourceCollection.php 2
app/Console/Commands/Etl/LocationsToLocations.php 1
app/Console/Commands/Etl/RegionsToLocationGroups.php 1
database/migrations/2023_05_22_210542_add_phone_extension.php 1
database/migrations/2023_05_18_212720_add_dob_to_users.php 1

Contributors (PHP only)

Name Commits Additions Removes Files
Mike Mcgrath 130 3875 2364 342
Garret Gunter 83 12484 2449 518
Hector Romero 14 470 113 6
Josh Pike 93 5757 6967 264
quentinskousen 111 6641 10646 365
Quentin Skousen 16 4 4 4
Eddie Muller 1 0 0 0
eddimull 4 2 1 1
Christian Augustine 42 87 2 2
Shift 6 1136 1485 548