Changelog
*Sourced from [chargebee-java's changelog](https://github.com/chargebee/chargebee-java/blob/master/CHANGELOG.md).*
> ### v2.7.1 (2019-08-07)
> * * *
>
> * New attributes tax_amount_in_local_currency and local_currency_code have been added in line_item_tax sub-resource of credit_note, credit_note_estimate, invoice, invoice_estimate, order and quote resources.
> * New attributes sub_total_in_local_currency, total_in_local_currency and local_currency_code have been added in credit_note and invoice resources.
> * New input parameter gw_payment_method_id has been added in create_a_customer, collect_payment_for_customer, create_using_payment_intent, create_a_subscription, create_subscription_for_customer and update_a_subscription api.
> * New attributes name, invoice_id and notes have been added in quote resource.
> * New input parameters name, notes and expires_at have been added in create_a_quote_for_a_new_subscription, create_a_quote_for_update_subscription and create_a_quote_for_one-time_charges api.
> * New input parameters id, auto_collection and po_number have been added in convert_a_quote api.
> * Removed 'throws IOException' from all api operations.
>
> ### v2.7.0 (2019-07-22)
> * * *
>
> * The attribute ref_tx_id has been added in card resource.
> * The attribute custmer_id has been added in credit_note_estimate and invoice_estimate resource.
> * The input parameters payment_intent with gateway_account_id and gw_token have been added in create a customer, collect payment for customer, create subscription and create subscription for customer API.
> * New enum dunning_type has been added.
> * New value vantiv has been added in the gateway enum.
> * New value sepa_credit has been added in payment method enum.
> * The attribute dunning_attempts has been added in invoice resource.
> * New enpoint create_using_payment_intent has been added in payment_source resouce.
> * The input parameter reference_transaction has been added in update card payment source API.
> * New endpoint list quote has been added in qoutes resource.
> * The attributes initiator_type and three_d_secure have been added in transaction resource.
> * New attribute scheme has been added in virtual_bank_account resource.
> * New input parameter scheme has been added in create a virtual bank account using permanent token and create a virtual bank account API.
Commits
- [`a91deed`](https://github.com/chargebee/chargebee-java/commit/a91deeda65110d59328c622ec444399ebb398ed0) [maven-release-plugin] prepare release v2.7.1
- [`9ad1d0d`](https://github.com/chargebee/chargebee-java/commit/9ad1d0d41a5949d5cc6716d191eb6827758638f9) New parameters added in quotes, invoices, payment source and credit notes.
- [`1ce981e`](https://github.com/chargebee/chargebee-java/commit/1ce981e68140c8ba282e8f1ec3c767ade02221ae) [maven-release-plugin] prepare for next development iteration
- [`6b0c19d`](https://github.com/chargebee/chargebee-java/commit/6b0c19dacb0834bccdbfa1d56aa78ab68868c955) [maven-release-plugin] prepare release v2.7.0
- [`46209af`](https://github.com/chargebee/chargebee-java/commit/46209af629313211c130e975629f13e974e044b3) Added 3DS support.
- [`2687f98`](https://github.com/chargebee/chargebee-java/commit/2687f987a83a3279353f810f621210d840424d8c) [maven-release-plugin] prepare for next development iteration
- See full diff in [compare view](https://github.com/chargebee/chargebee-java/compare/v2.6.9...v2.7.1)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this ['minor'|'major'] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the specific version in this PR you can just close it
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps chargebee-java from 2.6.9 to 2.7.1.
Changelog
*Sourced from [chargebee-java's changelog](https://github.com/chargebee/chargebee-java/blob/master/CHANGELOG.md).* > ### v2.7.1 (2019-08-07) > * * * > > * New attributes tax_amount_in_local_currency and local_currency_code have been added in line_item_tax sub-resource of credit_note, credit_note_estimate, invoice, invoice_estimate, order and quote resources. > * New attributes sub_total_in_local_currency, total_in_local_currency and local_currency_code have been added in credit_note and invoice resources. > * New input parameter gw_payment_method_id has been added in create_a_customer, collect_payment_for_customer, create_using_payment_intent, create_a_subscription, create_subscription_for_customer and update_a_subscription api. > * New attributes name, invoice_id and notes have been added in quote resource. > * New input parameters name, notes and expires_at have been added in create_a_quote_for_a_new_subscription, create_a_quote_for_update_subscription and create_a_quote_for_one-time_charges api. > * New input parameters id, auto_collection and po_number have been added in convert_a_quote api. > * Removed 'throws IOException' from all api operations. > > ### v2.7.0 (2019-07-22) > * * * > > * The attribute ref_tx_id has been added in card resource. > * The attribute custmer_id has been added in credit_note_estimate and invoice_estimate resource. > * The input parameters payment_intent with gateway_account_id and gw_token have been added in create a customer, collect payment for customer, create subscription and create subscription for customer API. > * New enum dunning_type has been added. > * New value vantiv has been added in the gateway enum. > * New value sepa_credit has been added in payment method enum. > * The attribute dunning_attempts has been added in invoice resource. > * New enpoint create_using_payment_intent has been added in payment_source resouce. > * The input parameter reference_transaction has been added in update card payment source API. > * New endpoint list quote has been added in qoutes resource. > * The attributes initiator_type and three_d_secure have been added in transaction resource. > * New attribute scheme has been added in virtual_bank_account resource. > * New input parameter scheme has been added in create a virtual bank account using permanent token and create a virtual bank account API.Commits
- [`a91deed`](https://github.com/chargebee/chargebee-java/commit/a91deeda65110d59328c622ec444399ebb398ed0) [maven-release-plugin] prepare release v2.7.1 - [`9ad1d0d`](https://github.com/chargebee/chargebee-java/commit/9ad1d0d41a5949d5cc6716d191eb6827758638f9) New parameters added in quotes, invoices, payment source and credit notes. - [`1ce981e`](https://github.com/chargebee/chargebee-java/commit/1ce981e68140c8ba282e8f1ec3c767ade02221ae) [maven-release-plugin] prepare for next development iteration - [`6b0c19d`](https://github.com/chargebee/chargebee-java/commit/6b0c19dacb0834bccdbfa1d56aa78ab68868c955) [maven-release-plugin] prepare release v2.7.0 - [`46209af`](https://github.com/chargebee/chargebee-java/commit/46209af629313211c130e975629f13e974e044b3) Added 3DS support. - [`2687f98`](https://github.com/chargebee/chargebee-java/commit/2687f987a83a3279353f810f621210d840424d8c) [maven-release-plugin] prepare for next development iteration - See full diff in [compare view](https://github.com/chargebee/chargebee-java/compare/v2.6.9...v2.7.1)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this ['minor'|'major'] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the specific version in this PR you can just close it - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.