Tested in Mac OS X| super
== command (⌘)
Shortcut | Action |
---|---|
super +t |
go to file |
super +ctrl +p |
go to project |
//Process.php | |
$txn='121221|544545'; // any value that you want to get in webhook | |
$sku='sku_G8srn2mAbnQI8k'; // get product id | |
$data=['sku'=>$sku,'email'=>$email,'txn'=>$txn]; // pass this values to php file | |
//redirect.php | |
<html> | |
<head> | |
<title> - Redirecting Please Wait...</title> |
//Process.php | |
$txn='121221|544545'; // any value that you want to get in webhook | |
$sku='sku_G8srn2mAbnQI8k'; // get product id | |
$data=['sku'=>$sku,'email'=>$email,'txn'=>$txn]; // pass this values to php file | |
//redirect.php | |
<html> | |
<head> | |
<title> - Redirecting Please Wait...</title> |
//Process.php | |
$txn='121221|544545'; // any value that you want to get in webhook | |
$sku='sku_G8srn2mAbnQI8k'; // get product id | |
$data=['sku'=>$sku,'email'=>$email,'txn'=>$txn]; // pass this values to php file | |
//redirect.php | |
<html> | |
<head> | |
<title> - Redirecting Please Wait...</title> |
//Process.php | |
$txn='121221|544545'; // any value that you want to get in webhook | |
$sku='sku_G8srn2mAbnQI8k'; // get product id | |
$data=['sku'=>$sku,'email'=>$email,'txn'=>$txn]; // pass this values to php file | |
//redirect.php | |
<html> | |
<head> | |
<title> - Redirecting Please Wait...</title> |
<?php | |
$txn='121221|544545'; // any value that you want to get in webhook | |
$sku='sku_G8srn2mAbnQI8k'; // get product id from stripe dashboard | |
$data=['sku'=>$sku,'email'=>$email,'txn'=>$txn]; // pass this values to php file | |
<? | |
<html> | |
<head> | |
<title> - Redirecting Please Wait...</title> | |
<!-- Load Stripe.js on your website. --> |