mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
add generic error message for button
This commit is contained in:
parent
c98e10d2a1
commit
1ea7d9968a
12 changed files with 25 additions and 12 deletions
|
@ -36,7 +36,7 @@ class CheckoutBootstap {
|
|||
render() {
|
||||
const actionHandler = new CheckoutActionHandler(
|
||||
PayPalCommerceGateway,
|
||||
new ErrorHandler(),
|
||||
new ErrorHandler(this.gateway.labels.error.generic),
|
||||
);
|
||||
|
||||
this.renderer.render(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue