Skip to content
This repository was archived by the owner on Jul 4, 2024. It is now read-only.

Added methods for adding cards to and deleting cards from user accounts.#9

Open
lennartvava wants to merge 4 commits intodevelopfrom
card_management
Open

Added methods for adding cards to and deleting cards from user accounts.#9
lennartvava wants to merge 4 commits intodevelopfrom
card_management

Conversation

@lennartvava
Copy link
Copy Markdown
Collaborator

No description provided.

@daften daften requested a review from Jelle-S August 22, 2017 16:39
{
$static = new static();

foreach ($stringLiterals as $propertyName => $propertyValue) {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Beter om deze hardcoded in de code te zetten (magic is evil):

$static->library = StringLiteral::create($stringLiterals['library']);
$static->barcode = StringLiteral::create($stringLiterals['barcode']);
$static->verification = StringLiteral::create($stringLiterals['verification']);
$static->logSessionId = StringLiteral::create($stringLiterals['logSessionId']);

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants