what should I use in Binance merchant callback URL, when I am using this plugin? Without this url after successful payment order status didn’t changed. It still on pending payment
]]>Hi, Thanks for the Plugin. I just added it to my WC site. I wonder Can I add a Image/Icon besided the Payment Gateway Tittle on Checkout Page ? Can you help writing the snippets ?
I tried in foloowing way, (Snippet > Function.php)
// Add binancepay logo at checkout page
function binancepay_checkout_icon() {
// pls return the new logo/image URL here
return 'https://gamerswallet.com.bd/wp-content/uploads/2022/12/binancepay1-1.png';
}
add_filter( 'woocommerce_binancepay_icon', 'binancepay_checkout_icon' );
]]>
When trying to make a purchase using the binance pay payment method, the error occurs directly -> Error processing checkout. Please try again.
Until a few days ago everything worked.
I’ve checked the console and it doesn’t throw any errors.
I checked the logs, no log is generated when trying to create an order or something.
Hello, excellent plugin operation, quite simple.
Now, I’m having a problem with the translations. Specifically with the _x strings, which for unknown reasons I cannot translate.
Here are some screenshots of the problem. The other strings if I can translate them.
https://i.ibb.co/TgY4hhF/image.png
https://i.ibb.co/8P47v1D/image.png
https://i.ibb.co/YtvFcGD/image.png
If you could help, I would appreciate it.
Thanks.
]]>suggestion that allows direct payment from the binance application as well as this also put the usdt and busd option
]]>2022-07-31T13:45:44+00:00 DEBUG Error during POST to https://bpay.binanceapi.com/binancepay/openapi/v2/order. Got response (401): {“status”:”FAIL”,”code”:”400004″,”errorMessage”:”Invalid API-key, IP, or permissions for action, request ip: 162.0.229.219″}
2022-07-31T13:45:44+00:00 DEBUG #0 /home/dilip35/public_html/wp-content/plugins/wc-binancepay/src/Client/BinanceOrder.php(57): BinancePay\WC\Client\AbstractClient->getExceptionByStatusCode(‘POST’, ‘https://bpay.bi…’, Object(BinancePay\WC\Http\Response))
#1 /home/dilip35/public_html/wp-content/plugins/wc-binancepay/src/Gateway/BinancePayGateway.php(346): BinancePay\WC\Client\BinanceOrder->createOrder(‘https://gsmxtea…’, ‘https://gsmxtea…’, Object(BinancePay\WC\Helper\PreciseNumber), ‘USDT’, ‘6701’)
#2 /home/dilip35/public_html/wp-content/plugins/wc-binancepay/src/Gateway/BinancePayGateway.php(175): BinancePay\WC\Gateway\BinancePayGateway->createBinanceOrder(Object(WC_Order))
#3 /home/dilip35/public_html/wp-content/plugins/woocommerce/includes/class-wc-checkout.php(982): BinancePay\WC\Gateway\BinancePayGateway->process_payment(6701)
#4 /home/dilip35/public_html/wp-content/plugins/woocommerce/includes/class-wc-checkout.php(1206): WC_Checkout->process_order_payment(6701, ‘binancepay’)
#5 /home/dilip35/public_html/wp-content/plugins/woocommerce/includes/class-wc-ajax.php(461): WC_Checkout->process_checkout()
#6 /home/dilip35/public_html/wp-includes/class-wp-hook.php(307): WC_AJAX::checkout(”)
#7 /home/dilip35/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(”, Array)
#8 /home/dilip35/public_html/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
#9 /home/dilip35/public_html/wp-content/plugins/woocommerce/includes/class-wc-ajax.php(90): do_action(‘wc_ajax_checkou…’)
#10 /home/dilip35/public_html/wp-includes/class-wp-hook.php(307): WC_AJAX::do_wc_ajax(”)
#11 /home/dilip35/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(false, Array)
#12 /home/dilip35/public_html/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
#13 /home/dilip35/public_html/wp-includes/template-loader.php(13): do_action(‘template_redire…’)
#14 /home/dilip35/public_html/wp-blog-header.php(19): require_once(‘/home/dilip35/p…’)
#15 /home/dilip35/public_html/index.php(17): require(‘/home/dilip35/p…’)
#16 {main}