Skip to content

Fix callback signature mismatch and add new payment methods (DANA & OTHERBANKVA)#94

Open
justpiple wants to merge 3 commits intovermaysha:masterfrom
justpiple:master
Open

Fix callback signature mismatch and add new payment methods (DANA & OTHERBANKVA)#94
justpiple wants to merge 3 commits intovermaysha:masterfrom
justpiple:master

Conversation

@justpiple
Copy link
Copy Markdown

Summary

This pull request fixes an issue with callback signature verification and adds new payment methods to the payment module.

Bug Fix

  • Updated the callback signature generation to use JSON.stringify(body) instead of body.toString().
  • This change resolves a signature mismatch caused by toString() returning "[object Object]" when applied to an object.

Payment Methods Update

  • Added support for the DANA and OTHERBANKVA payment methods.
  • Updated the isPaymentMethod helper and PaymentMethod type to include the new methods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant