alitnk / monopay

💳 A node.js package for making payment transactions with different payment gateways
https://monopay.js.org
MIT License
114 stars 19 forks source link

fix: make `description` field required in zarinpal #53

Closed Keivan-sf closed 1 year ago

Keivan-sf commented 1 year ago

Due to zarinpal documentation, description is required to make a payment request Reference in docs resolves #46 I think this could be considered a breaking change? since the property is no longer optional

(must also update the documentation after this is merged)