update notes for email
This commit is contained in:
@@ -184,10 +184,10 @@ $router->post('/checkout', function () {
|
|||||||
|
|
||||||
// Check if payment was made with Stripe
|
// Check if payment was made with Stripe
|
||||||
if (isset($stripeCustomerToken)) {
|
if (isset($stripeCustomerToken)) {
|
||||||
$paymentMethod = 'credit_payment';
|
$paymentMethod = 'check_payment';
|
||||||
$paymentNote = $stripeCustomerToken;
|
$paymentNote = $stripeCustomerToken;
|
||||||
}else{
|
}else{
|
||||||
$paymentMethod = 'check_payment';
|
$paymentMethod = 'credit_payment';
|
||||||
$paymentNote = true;
|
$paymentNote = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user