Skip to content

Commit

Permalink
chore: Using static invoice instead of hardcoded path
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernien committed Mar 8, 2024
1 parent 03f4c51 commit d26228c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/Utils/Routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Routes
const INVOICE = 'Invoice';
const SEV_USER = 'SevUser';
const CREATE_INVOICE = self::INVOICE . '/Factory/saveInvoice';
const CREATE_REMINDER = 'Invoice/Factory/createInvoiceReminder';
const CREATE_REMINDER = self::INVOICE . '/Factory/createInvoiceReminder';
const STATIC_COUNTRY = 'StaticCountry';
const SEQUENCE = 'SevSequence/Factory/getByType';
}

0 comments on commit d26228c

Please sign in to comment.