We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fdc2c0 commit 4d7c797Copy full SHA for 4d7c797
includes/classes/class-email-receipt-owner.php
@@ -40,7 +40,7 @@ public function __construct() {
40
function send_receipt_owner( $form_id, $currency, $amount, $name, $email, $code, $metadata ) {
41
42
// Default Values
43
- $this->slug = 'receipt_owner';
+ $this->slug = 'receipt-owner';
44
$this->amount = $amount;
45
$this->currency = $currency;
46
$this->code = $code;
0 commit comments