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

Bump chargebee from 2.18.0 to 2.34.0 #219

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2024

Bumps chargebee from 2.18.0 to 2.34.0.

Changelog

Sourced from chargebee's changelog.

v2.34.0 (2024-01-04)


Fixes:

  • Fixed Custom fields names with spaces issue.

New resources:

  • Entitlements has been added.

New attributes:

  • date_to, date_from, prorated_taxable_amount has been added to quote_line_group.
  • date_to, date_from, prorated_taxable_amount has been added to quote.
  • date_to, date_from, prorated_taxable_amount has been added to credit_note_estimate.
  • date_to, date_from, prorated_taxable_amount has been added to credit_note.
  • date_to, date_from, prorated_taxable_amount has been added to invoice_estimate.
  • date_to, date_from, prorated_taxable_amount has been added to order.
  • date_to, date_from, prorated_taxable_amount has been added to invoice.
  • active_id has been added to customers.
  • active_id has been added to subscriptions.
  • reference_id has been made optional for payment_sources/create_using_permanent_token
  • payment_method_token, customer_profile_token, network_transaction_id, mandate_id, skip_retrieval, card, billing_address has been added to payment_sources.
  • custom_payment_method_id has been added to transactions.
  • custom_payment_method_name has been added to transactions.
  • error_detail has been added to transactions.

New Enum values:

  • CMR_FALABELLA, TARJETA_NARANJA, NATIVA, CENCOSUD, CABAL, ARGENCARD, ELO, HIPERCARD, CARNET, RUPAY, MAESTRO has been added to Card#CardTypeEnum
  • Transferred has been added to Subscription#StatusEnum.
  • Transferred has been added to SubscriptionEstimate#StatusEnum.
  • proration_type has been added to Subscription#UpdateForItemsRequest.
  • proration_type has been added to ItemPrice.
  • payment_initiator has been added to Invoice.
  • AutomatedBankTransfer has been added to PaymentMethodEnum.
  • UsAutomatedBankTransfer, GbAutomatedBankTransfer, EuAutomatedBankTransfer, JpAutomatedBankTransfer, MxAutomatedBankTransfer has been added to VirtualBankAccount#SchemeEnum.
  • CustomerBusinessEntityChanged, SubscriptionBusinessEntityChanged has been added to EventTypeEnum.
  • Dlocal has been added to GatewayEnum.
  • UsAutomatedBankTransfer, UkAutomatedBankTransfer, EuAutomatedBankTransfer, JpAutomatedBankTransfer, MxAutomatedBankTransfer, Custom has been added to OfflinePaymentMethodEnum.
  • AutomatedBankTransfer has been added to PaymentMethodEnum.
  • AutomatedBankTransfer has been added to PaymentMethodTypeEnum.

New Input parameters:

  • custom_payment_method_name has been added to Transactions#RecordRefundRequest.
  • proration_type has been added to Subscription#UpdateForItemsRequest.
  • payment_method_token, customer_profile_token, network_transaction_id, mandate_id, skip_retrieval, card, billing_address has been added to PaymentSource#CreateUsingPermanentTokenRequest.
  • date_to, date_from, prorated_taxable_amount has been added to QuoteLineGroup#LineItemTax.
  • date_to, date_from, prorated_taxable_amount has been added to Quote#LineItemTax.
  • date_to, date_from, prorated_taxable_amount has been added to CreditNoteEstimate#LineItemTax.
  • date_to, date_from, prorated_taxable_amount has been added to CreditNote#LineItemTax.
  • date_to, date_from, prorated_taxable_amount has been added to InvoiceEstimate#LineItemTax.

... (truncated)

Commits
  • 17dc72e Release 2.34.0
  • a14ac4d Releasing v2.34.0. Please check the changelog for the updates.
  • 90fcf7c Release 2.33.0
  • 8a97e5c Releasing v2.33.0. Please check the changelog for the updates.
  • 87c4d5f Create PULL_REQUEST_TEMPLATE.md (#74)
  • fc1d480 Release 2.32.0
  • 1df5e9d Releasing v2.32.0. Please check the changelog for the updates.
  • 64e8328 Merge pull request #71 from chargebee/chore/add-greeting-workflow
  • be0fd78 Add GitHub Actions workflow to greet new contributors
  • 42a8c03 Release 2.31.1
  • Additional commits viewable in compare view

Dependabot compatibility score

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @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)

Bumps [chargebee](https://github.com/chargebee/chargebee-ruby) from 2.18.0 to 2.34.0.
- [Changelog](https://github.com/chargebee/chargebee-ruby/blob/master/CHANGELOG.md)
- [Commits](chargebee/chargebee-ruby@v2.18.0...v2.34.0)

---
updated-dependencies:
- dependency-name: chargebee
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 5, 2024
@dependabot dependabot bot had a problem deploying to imazen-licensing January 5, 2024 12:03 Failure
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 1, 2024

Superseded by #227.

@dependabot dependabot bot closed this Feb 1, 2024
@dependabot dependabot bot deleted the dependabot/bundler/chargebee-2.34.0 branch February 1, 2024 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants