davidloke
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Checkout kept loadingHi Everyone,
I managed to fix this issue. For some reasons, WP SMTP Mail seems to have some conflict with this plugin. I have disabled it and it worked.
Thank you for whoever that had helped looked into this for me.
David
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Checkout kept loadingThis is the log i’ve gotten from woocommerce logs.
2020-11-07T09:21:50+00:00 DEBUG
====Stripe Version: 4.5.3====
====Start Log====
sources/src_1HkncGEvUhELGWnuLH29sCVd
====End Log====2020-11-07T09:21:51+00:00 DEBUG
====Stripe Version: 4.5.3====
====Start Log====
customers/cus_IL6Ku7H028ZlBn request: Array
(
[email] => [email protected]
[description] => Name: Hello World, Username: Hello
[metadata] => Array
(
))
====End Log====
2020-11-07T09:21:51+00:00 DEBUG
====Stripe Version: 4.5.3====
====Start Log====
Info: Begin processing payment for order 472 for the amount of 250.00
====End Log====2020-11-07T09:21:51+00:00 DEBUG
====Stripe Version: 4.5.3====
====Start Log====
payment_intents request: Array
(
[source] => src_1HkncGEvUhELGWnuLH29sCVd
[amount] => 25000
[currency] => myr
[description] => ABCD – Order 472
[metadata] => Array
(
[customer_name] => Hello World
[customer_email] => [email protected]
[order_id] => 472
)[capture_method] => automatic
[payment_method_types] => Array
(
[0] => card
)[customer] => cus_IL6Ku7H028ZlBn
[statement_descriptor] => ABCD Group
)====End Log====
2020-11-07T09:21:52+00:00 DEBUG
====Stripe Version: 4.5.3====
====Start Log====
Stripe PaymentIntent pi_1HkncJEvUhELGWnuhyr8tChP initiated for order 472
====End Log====2020-11-07T09:21:52+00:00 DEBUG
====Stripe Version: 4.5.3====
====Start Log====
payment_intents/pi_1HkncJEvUhELGWnuhyr8tChP/confirm request: Array
(
[source] => src_1HkncGEvUhELGWnuLH29sCVd
)====End Log====
2020-11-07T09:21:53+00:00 DEBUG
====Stripe Version: 4.5.3====
====Start Log====
Stripe PaymentIntent pi_1HkncJEvUhELGWnuhyr8tChP succeeded for order 472
====End Log====2020-11-07T09:21:53+00:00 DEBUG
====Stripe Version: 4.5.3====
====Start Log====
Processing response: stdClass Object
(
[id] => ch_1HkncKEvUhELGWnumc5LEBAh
[object] => charge
[amount] => 25000
[amount_captured] => 25000
[amount_refunded] => 0
[application] =>
[application_fee] =>
[application_fee_amount] =>
[balance_transaction] => txn_1HkncLEvUhELGWnuMO8820pZ
[billing_details] => stdClass Object
(
[address] => stdClass Object
(
[city] => Sibu
[country] => MY
[line1] => 232323
[line2] => 232323
[postal_code] => 232323
[state] => SWK
)[email] => [email protected]
[name] => Hello World
[phone] => 2323232
)[calculated_statement_descriptor] => ABCD GROUP
[captured] => 1
[created] => 1604740912
[currency] => myr
[customer] => cus_IL6Ku7H028ZlBn
[description] => abcd – Order 472
[destination] =>
[dispute] =>
[disputed] =>
[failure_code] =>
[failure_message] =>
[fraud_details] => stdClass Object
(
)[invoice] =>
[livemode] =>
[metadata] => stdClass Object
(
[customer_name] => Hello World
[customer_email] => [email protected]
[order_id] => 472
)[on_behalf_of] =>
[order] =>
[outcome] => stdClass Object
(
[network_status] => approved_by_network
[reason] =>
[risk_level] => normal
[risk_score] => 26
[seller_message] => Payment complete.
[type] => authorized
)[paid] => 1
[payment_intent] => pi_1HkncJEvUhELGWnuhyr8tChP
[payment_method] => src_1HkncGEvUhELGWnuLH29sCVd
[payment_method_details] => stdClass Object
(
[card] => stdClass Object
(
[brand] => visa
[checks] => stdClass Object
(
[address_line1_check] => pass
[address_postal_code_check] => pass
[cvc_check] => pass
)[country] => US
[exp_month] => 11
[exp_year] => 2023
[fingerprint] => g8u6qELumUQo6KXV
[funding] => credit
[installments] =>
[last4] => 4242
[network] => visa
[three_d_secure] =>
[wallet] =>
)[type] => card
)[receipt_email] =>
[receipt_number] =>
[receipt_url] => https://pay.stripe.com/receipts/acct_1HjaYJEvUhELGWnu/ch_1HkncKEvUhELGWnumc5LEBAh/rcpt_ILUbTx9R3QmiFsuINxadbKM8fh7VW1n
[refunded] =>
[refunds] => stdClass Object
(
[object] => list
[data] => Array
(
)[has_more] =>
[total_count] => 0
[url] => /v1/charges/ch_1HkncKEvUhELGWnumc5LEBAh/refunds
)[review] =>
[shipping] =>
[source] => stdClass Object
(
[id] => src_1HkncGEvUhELGWnuLH29sCVd
[object] => source
[amount] =>
[card] => stdClass Object
(
[exp_month] => 11
[exp_year] => 2023
[last4] => 4242
[country] => US
[brand] => Visa
[address_line1_check] => pass
[address_zip_check] => pass
[cvc_check] => pass
[funding] => credit
[fingerprint] => g8u6qELumUQo6KXV
[three_d_secure] => optional
[name] =>
[tokenization_method] =>
[dynamic_last4] =>
)[client_secret] => src_client_secret_tsBcNh9VeZL0BODRHrKcPV5I
[created] => 1604740912
[currency] =>
[flow] => none
[livemode] =>
[metadata] => stdClass Object
(
)[owner] => stdClass Object
(
[address] => stdClass Object
(
[city] => Sibu
[country] => MY
[line1] => 232323
[line2] => 232323
[postal_code] => 232323
[state] => SWK
)[email] => [email protected]
[name] => Hello World
[phone] => 2323232
[verified_address] =>
[verified_email] =>
[verified_name] =>
[verified_phone] =>
)[statement_descriptor] =>
[status] => consumed
[type] => card
[usage] => reusable
)[source_transfer] =>
[statement_descriptor] => ABC Group
[statement_descriptor_suffix] =>
[status] => succeeded
[transfer_data] =>
[transfer_group] =>
)====End Log====
2020-11-07T09:21:53+00:00 DEBUG
====Stripe Version: 4.5.3====
====Start Log====
balance/history/txn_1HkncLEvUhELGWnuMO8820pZ
====End Log====Forum: Plugins
In reply to: [WHMCS Bridge] WHMCS V6Its quite bad for me once upgraded to WHMCS 6.0… all the alignment is out. WHMCS Widgets doesnt work anymore.
Take a look – WHMCS Order Page
Tried the paid version, its not working too.
i-plugin support not responding to trial customer like me.