mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
Merge pull request #3031 from woocommerce/PCP-4118-apm-trustly-can-not-pay-with-trustly-error-message-a-required-field-parameter-is-missing-is-showing-on-frontend
APM - Trustly - Can not pay with Trustly - Error message "A required field / parameter is missing." is showing on frontend (4118)
This commit is contained in:
commit
50726c8d7c
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@ class TrustlyGateway extends WC_Payment_Gateway {
|
|||
'trustly' => array(
|
||||
'country_code' => $wc_order->get_billing_country(),
|
||||
'name' => $wc_order->get_billing_first_name() . ' ' . $wc_order->get_billing_last_name(),
|
||||
'email' => $wc_order->get_billing_email(),
|
||||
),
|
||||
),
|
||||
'processing_instruction' => 'ORDER_COMPLETE_ON_PAYMENT_APPROVAL',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue