mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-08 21:52:55 +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
|
* BN Codes
|
||||||
*
|
*
|
||||||
* @ToDo Replace with the real codes once given.
|
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
private function bnCodes(): array
|
private function bnCodes(): array
|
||||||
{
|
{
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'checkout' => 'Woo_PPCP_checkout',
|
'checkout' => 'Woo_PPCP',
|
||||||
'cart' => 'Woo_PPCP_cart',
|
'cart' => 'Woo_PPCP',
|
||||||
'mini-cart' => 'Woo_PPCP_mini-cart',
|
'mini-cart' => 'Woo_PPCP',
|
||||||
'product' => 'Woo_PPCP_product',
|
'product' => 'Woo_PPCP',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue