Skip to content

Commit e94ff8a

Browse files
committed
wip
1 parent 0ba7716 commit e94ff8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/Variant.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public function buyable(Checkoutable $checkoutable): bool
123123
*/
124124
public function getBuyableName(): string
125125
{
126-
return $this->alias;
126+
return $this->product->getBuyableName();
127127
}
128128

129129
/**

0 commit comments

Comments
 (0)