PayPal buttonsource

This commit is contained in:
Mike Jolley 2013-07-23 17:21:24 +01:00
parent 725cb7714b
commit 815a5e6ff4
1 changed files with 1 additions and 0 deletions

View File

@ -275,6 +275,7 @@ class WC_Gateway_Paypal extends WC_Payment_Gateway {
'cancel_return' => $order->get_cancel_order_url(),
'page_style' => $this->page_style,
'paymentaction' => $this->paymentaction,
'BUTTONSOURCE' => 'WooThemes_Cart',
// Order key + ID
'invoice' => $this->invoice_prefix . ltrim( $order->get_order_number(), '#' ),