mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 12:25:15 +08:00
change test bncodes with the one already given
This commit is contained in:
parent
68866f8ef2
commit
3a24c28192
1 changed files with 4 additions and 5 deletions
|
@ -339,17 +339,16 @@ class SmartButton implements SmartButtonInterface
|
|||
/**
|
||||
* BN Codes
|
||||
*
|
||||
* @ToDo Replace with the real codes once given.
|
||||
* @return array
|
||||
*/
|
||||
private function bnCodes(): array
|
||||
{
|
||||
|
||||
return [
|
||||
'checkout' => 'Woo_PPCP_checkout',
|
||||
'cart' => 'Woo_PPCP_cart',
|
||||
'mini-cart' => 'Woo_PPCP_mini-cart',
|
||||
'product' => 'Woo_PPCP_product',
|
||||
'checkout' => 'Woo_PPCP',
|
||||
'cart' => 'Woo_PPCP',
|
||||
'mini-cart' => 'Woo_PPCP',
|
||||
'product' => 'Woo_PPCP',
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue