Skip to content

Commit 4d7c797

Browse files
committed
PHP warning checks
1 parent 0fdc2c0 commit 4d7c797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/classes/class-email-receipt-owner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function __construct() {
4040
function send_receipt_owner( $form_id, $currency, $amount, $name, $email, $code, $metadata ) {
4141

4242
// Default Values
43-
$this->slug = 'receipt_owner';
43+
$this->slug = 'receipt-owner';
4444
$this->amount = $amount;
4545
$this->currency = $currency;
4646
$this->code = $code;

0 commit comments

Comments
 (0)