Skip to content
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

added currency code to filter #16

Merged
merged 3 commits into from
Jun 3, 2022

Conversation

AlexKratky
Copy link
Member

@AlexKratky AlexKratky self-assigned this May 31, 2022
@AlexKratky AlexKratky added the feature New feature label May 31, 2022
) {
$this->accountIban = $accountIban;
$this->dateFrom = $dateFrom;
$this->dateTo = $dateTo;
$this->currencyCode = $currencyCode !== null ? new CurrencyCode($currencyCode) : null;
}

public function toArray()
Copy link
Contributor

Choose a reason for hiding this comment

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

We could add shaped array annotation for this method, what do U think?

Copy link
Member Author

Choose a reason for hiding this comment

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

we don't use as much shape annotation in this repository, but I don't think it can hurt anything.

@AlexKratky AlexKratky merged commit 0f5b056 into v1.x-summer Jun 3, 2022
@AlexKratky AlexKratky deleted the 3925-get-account-transaction-history branch June 3, 2022 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants