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

Adding closed_at account tag to fixtures #170

Merged
merged 1 commit into from
Jul 21, 2016
Merged

Conversation

rafiyagi
Copy link

Description: Adding support to the closed_at tag

Testing:

  • Close an account
  • Reference the account and make sure you can reference the closed_at object property:
print_r( $account->closed_at );

[closed_at] => DateTime Object
(
    [date] => 2015-07-07 18:49:06
    [timezone_type] => 2
    [timezone] => Z
)

@drewish
Copy link

drewish commented Jul 15, 2015

Can we have the testGetAccount test check that $account->closed_at is null?

@bhelx
Copy link
Contributor

bhelx commented Oct 22, 2015

Any updates on this?

@drewish
Copy link

drewish commented Jul 21, 2016

+1 Not tested but really no harm.

@drewish drewish merged commit 5572e6c into master Jul 21, 2016
@drewish drewish deleted the account_closed_at_tag branch July 21, 2016 17:19
@bhelx bhelx added the V2 V2 Client label Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants