-
Notifications
You must be signed in to change notification settings - Fork 0
Feat add direct providers esim #3857
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: development
Are you sure you want to change the base?
Conversation
hotfix: support legacy customfields
| ) { | ||
| } | ||
|
|
||
| public function applyEsim($options): array |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tiberius19 add all property type
| use Kanvas\Connectors\ESimGo\Client; | ||
| use Kanvas\Exceptions\ValidationException; | ||
|
|
||
| class ESimGoService |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tiberius19 is this the EsimService ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes but for Esimgo, you asked to keep them separate, each encapsulated in his own connector
| } | ||
|
|
||
| // Order related functions | ||
| public function createOrder($options): array |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tiberius19 property type
General Description
Please include a summary of the changes and the related issue. Highlight key points of the PR, any relevant information, and reasons for making the change.
Related Issue
A link to the ticket or issue that this PR is related to.(if applicable)
Checklist
A checklist of things that should be done before merging this PR. Linked to the ticket or issue that this PR is related to.(if applicable)
Screenshots (if applicable)
Provide screenshots of impactful changes you have made so that the reviewer can quickly understand the changes.