We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 418adcd commit 5daafc0Copy full SHA for 5daafc0
start.php
@@ -15,7 +15,7 @@
15
*
16
* @var string
17
*/
18
- $this_sdk_version = '2.11.0.1';
+ $this_sdk_version = '2.11.0.2';
19
20
#region SDK Selection Logic --------------------------------------------------------------------
21
templates/checkout/process-redirect.php
@@ -51,6 +51,11 @@
51
52
$loader.show();
53
54
+ // This remains compatible with the same filter in /templates/checkout/frame.php.
55
+ (<?php echo $fs->apply_filters('checkout/purchaseCompleted', 'function (data) {
56
+ console.log("checkout", "purchaseCompleted");
57
+ }'); ?>)(data.purchaseData);
58
+
59
switch ( action ) {
60
case 'install':
61
processInstall( data );
0 commit comments