Skip to content

Conversation

@eddyjaga
Copy link
Collaborator

Short Description / Link to Ticket

This pull request releases version 2.8.4 of the zai_payment gem, focusing on fixing the webhook resource to use the correct API endpoint. The main change ensures that webhook-related requests are consistent with other resources by using the core_base endpoint.

Webhook Resource Endpoint Fix:

  • Updated the webhooks accessor in lib/zai_payment.rb to instantiate Resources::Webhook with a client using base_endpoint: :core_base, instead of the previous va_base. This aligns webhook API requests with the pattern used by other resources, ensuring consistency and correctness.

Release and Versioning:

  • Bumped the gem version to 2.8.4 in lib/zai_payment/version.rb.
  • Added a changelog entry for version 2.8.4 in changelog.md, describing the webhook endpoint fix and providing a link to the full changelog.

Testing

Additional Notes

@eddyjaga eddyjaga merged commit 9ce3245 into main Dec 12, 2025
2 checks passed
@eddyjaga eddyjaga deleted the feature/fix-webhook branch December 12, 2025 06:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants