hiroaki9182
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Square] square checkout errorThank you. I tried your method and checked the logs, and I found the following information.
Logs 2024-03-09T13:47:13+00:00 Notice 3D Secure Verification Token is missing
and log-link
Do you know what could be the cause?
Forum: Plugins
In reply to: [WooCommerce Square] square checkout errorThank you for getting in touch. I haven’t used Square on this site before. I tried connecting it again following the instructions you provided, but the issue persists. I’ve attached a screenshot of the browser error for your review. Thank you for your attention to this matter.
Forum: Plugins
In reply to: [WooCommerce Square] square checkout error
Thank you for your advice. I tried your method, but the same error occurs. I also get the following warnings in the browser; could they be related?- onPaymentProcessing is deprecated. Please use onPaymentSetup instead.
- onCheckoutAfterProcessingWithError is deprecated since version 9.7.0. Please use onCheckoutFail instead. See: https://github.com/woocommerce/woocommerce-blocks/pull/8381
Forum: Plugins
In reply to: [Gianism] LINEのユーザー画像の取得いつも迅速に回答頂きありがとうございます!
こちらの方法で何度か試してみたのですが、うまくプロフィール画像に反映ができませんでした。また、ご提示頂いたソースコードの部分を見ていると、少し上225?227行目に
if ( ! empty( $response->id_token->picture ) ) {
update_user_meta( $user_id, $this->umeta_profile_pic, $response->id_token->picture );
}でプロフィール画像を設定しようとしている部分が見られたのですが、特にこちらでプログラムを追加しなくてもLINEから画像を引っ張ってくるようになっているということでしょうか?
(この部分が機能していないのはLINE側の設定に影響していますか?)Forum: Plugins
In reply to: [Gianism] ログイン時と新規登録時でリダイレクト先の変更ご連絡が遅くなりました。回答を頂きありがとうございます。
ご提示頂いた方法でユーザーに必須の登録内容がある無しでリダイレクト先を分けることができました。ありがとうございます。Forum: Plugins
In reply to: [Gianism] スマホでLINEログイン時にエラーが発生するご確認いただきありがとうございます。
お使いいただいているiphoneではログインができるとのことで、個人のスマホ設定を変更して試してみます。利用しているGianismのバージョンは5.1.0です。
iPhoneで利用しているブラウザはsafari、OSバージョンは16.6.1です。広告ブロッカーは使用していません。