Send products info
-
Hi!
I need to send products information (quantity, price) to my Braintree Account after checkout and shipping costs.
At present, only order ID and customer detail are sended.
I attach a log about the info is sended by the plugin
Processing order 6904. Attribs: Array ( [amount] => 148.23 [taxAmount] => 0 [customerId] => 500053593 [customer] => Array ( [firstName] => Luis [lastName] => Perez[phone] => 11445566 [email] => [email protected] [company] => ) [paymentMethodNonce] => 83b0738d-d055-00f5-6797-8f22397112ef [orderId] => WC6904 [billing] => Array ( [firstName] => Luis[lastName] => Perez [locality] => London [postalCode] => 1744 [region] => B [streetAddress] => address [extendedAddress] => [countryCodeAlpha2] => AR ) [shipping] => Array ( [firstName] => Luis[lastName] => Perez[locality] => London [postalCode] => 1744 [region] => B [streetAddress] => address [extendedAddress] => [countryCodeAlpha2] => AR ) [channel] => PaymentPlugins_BT [options] => Array ( [submitForSettlement] => 1 [threeDSecure] => Array ( [required] => 1 ) ) [creditCard] => Array ( [cardholderName] => Luis Perez ) )
- The topic ‘Send products info’ is closed to new replies.