Added customer's billing and shipping data to paypal checkout fields
This commit is contained in:
@@ -63,14 +63,14 @@ class WC_Aluxpay_Payment_Gateway extends WC_Payment_Gateway {
|
||||
'title' => __('Title', 'aluxpay-payment-gateway'),
|
||||
'type' => 'text',
|
||||
'description' => __('This controls the title which the user sees during checkout.', 'aluxpay-payment-gateway'),
|
||||
'default' => __('PayPal Payment', 'aluxpay-payment-gateway'),
|
||||
'default' => __(' PayPal or Credit/Debit Card Payment ', 'aluxpay-payment-gateway'),
|
||||
'desc_tip' => true,
|
||||
),
|
||||
'description' => array(
|
||||
'title' => __('Description', 'aluxpay-payment-gateway'),
|
||||
'type' => 'textarea',
|
||||
'description' => __('Payment method description that the customer will see on your checkout.', 'aluxpay-payment-gateway'),
|
||||
'default' => __('You will be redirected to complete payment securely with PayPal.', 'aluxpay-payment-gateway'),
|
||||
'default' => __('You will be redirected to complete payment securely with PayPal or Credit Card.', 'aluxpay-payment-gateway'),
|
||||
'desc_tip' => true,
|
||||
),
|
||||
'payment_url' => array(
|
||||
|
||||
Reference in New Issue
Block a user