Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Use new Stripe payment gateway #1057

Merged
merged 10 commits into from
Jul 14, 2021
Prev Previous commit
Next Next commit
Update Adyen error translation
  • Loading branch information
orzechdev committed Jul 14, 2021
commit f46e96ba36ca393f825b7056865a8208b6d42782
2 changes: 1 addition & 1 deletion src/@next/components/organisms/AdyenPaymentGateway/intl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const adyenConfirmationErrorMessages = defineMessages({
description,
},
general: {
defaultMessage: "Payment confirmation went wrong.",
defaultMessage: "Payment could not be confirmed.",
description,
},
});
Expand Down