Buttonsource should be bn

@coenjacobs doesn’t have to be in read me
This commit is contained in:
Mike Jolley 2014-02-13 12:31:32 +00:00 committed by Coen Jacobs
parent 2991bee0b5
commit e61d580aba
1 changed files with 28 additions and 28 deletions

View File

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