Mohammad Javad Rajaei Monfared
Mohammad Javad Rajaei Monfared
see this: https://github.com/RTLer/zarinpal-composer-library/pull/47#issuecomment-886206963
https://github.com/RTLer/zarinpal-composer-library/pull/47#issuecomment-981094178 سلام دوستان من تغییرات لازم رو ایجاد کردم
# How to use this fork as zarinpal/zarinpal * Fork [THIS](https://github.com/mrajaeim/zarinpal-composer-library) repository and add this code to your composer.json ``` "repositories": [ { "type": "vcs", "url":"https://github.com//zarinpal-composer-library" } ], ``` *...
In latest commit I changed code to support new Zarinpal Authority code system
Same problem in my project.
Hi @nado1001, Thanks for reminding me to update the README. I’ve updated it and also added an integration test to ensure the package works with style-dictionary.
Hi @nado1001 , I'm not sure why we're getting a type error in the test for the following line: `import StyleDictionary from 'style-dictionary'` This error occurs when running `yarn typecheck`...
Hi @nado1001, I’ve deleted the integration test.
Thanks @BJJLangedijk I got response with ``` import StyleDictionary from "style-dictionary"; import { makeSdTailwindConfig } from "sd-tailwindcss-transformer"; const types = ["colors"]; for (const type of types) { const tailwindConfig =...