Changing signing secret for stripe fails silently + fix
-
Hello,
5.3.1 (in case you were wondering)I’ve run into an issue with updating my signing secret for stripe. Attempting to change it will always revert to the previous value. Inspection on the page showed javascript errors (export keyword was unexpected).
I have identified a quick fix: there seems to have been a double import – where tec-ky-module was in the tribe_assets list in main.
That is unnecessary as an import, as this is already imported by tec-ky.js
I simply commented the line
//[ ‘tec-ky-module’, ‘vendor/ky/ky.js’, [], null, [ ‘module’ => true ] ],
in common/src/Tribe/Main.php
as a workaround.
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Changing signing secret for stripe fails silently + fix’ is closed to new replies.