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

Add Invoice#invoice_number_prefix and Invoice#invoiceNumberWithPrefix #130

Merged
merged 1 commit into from
Jan 28, 2015

Conversation

cbarton
Copy link
Member

@cbarton cbarton commented Jan 9, 2015

cc/ @drewish

tests:

  • Turn on the Country Invoice Sequencing feature with VAT taxes
  • Create a VAT taxed invoice
  • Recurly_Invoice::get('GB1000')->invoiceNumberWithPrefix() should find the correct invoice and return its full invoice number.

@drewish
Copy link

drewish commented Jan 28, 2015

+1

);
}

public function testGetInvoice() {
$invoice = Recurly_Invoice::get('abcdef1234567890', $this->client);
Copy link

Choose a reason for hiding this comment

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

sad to see the super fake invoice numbers go. gonna pour one out 🍼

drewish added a commit that referenced this pull request Jan 28, 2015
Add Invoice#invoice_number_prefix and Invoice#invoiceNumberWithPrefix
@drewish drewish merged commit 440d3ff into master Jan 28, 2015
@drewish drewish deleted the invoice_number_prefix branch January 28, 2015 23:29
@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
V2 V2 Client
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants