We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We also use your commerce-stripe plugin.
There we can overwrite the description send to stripe with an event to whatever value we want (PaymentIntents::EVENT_BUILD_GATEWAY_REQUEST)
Is it possible to create a similar event for this plugin to overwrite the description in this function: https://github.com/craftcms/commerce-paypal-checkout/blob/3.x/src/gateways/Gateway.php#L783
The text was updated successfully, but these errors were encountered:
PT-2114 Set (for example) orderId as purchase_units description
Sorry, something went wrong.
Thanks, we have added this to the next release.
To get the fix early, change your craftcms/commerce-paypal-checkout requirement in composer.json to:
craftcms/commerce-paypal-checkout
"require": { "craftcms/commerce-paypal-checkout": "3.x-dev#0280567d28825913056248b1c706a90c0d04c1a4 as 3.0.1", "...": "..." }
Then run composer update.
composer update
Will update this ticket once the release is out.
No branches or pull requests
We also use your commerce-stripe plugin.
There we can overwrite the description send to stripe with an event to whatever value we want (PaymentIntents::EVENT_BUILD_GATEWAY_REQUEST)
Is it possible to create a similar event for this plugin to overwrite the description in this function: https://github.com/craftcms/commerce-paypal-checkout/blob/3.x/src/gateways/Gateway.php#L783
The text was updated successfully, but these errors were encountered: