関数
MemberMeta::updateAllowAmazonToWelcartLogin( bool $bool )
Updates allowAmazonToWelcartLogin
meta value
パラメータ パラメータ
- $bool
(bool) (必須)
ファイル: src/Models/MemberMeta.php
public function updateAllowAmazonToWelcartLogin($bool) { global $usces; $this->allowAmazonToWelcartLogin = $bool; $usces->set_member_meta_value(self::ALLOW_AMAZON_TO_WELCART_LOGIN, $bool, $this->memberId); }