Missing space
This commit is contained in:
parent
3910fbc270
commit
01775a4443
|
@ -1505,7 +1505,7 @@ class WC_Cart extends WC_Legacy_Cart {
|
|||
* @param array $restrictions Array of allowed email addresses.
|
||||
* @return bool
|
||||
*/
|
||||
public function is_coupon_emails_allowed( $check_emails, $restrictions ){
|
||||
public function is_coupon_emails_allowed( $check_emails, $restrictions ) {
|
||||
|
||||
foreach ( $check_emails as $check_email ) {
|
||||
// With a direct match we return true.
|
||||
|
|
Loading…
Reference in New Issue