tf-checkout-react 1.4.9 → 1.4.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4261,7 +4261,7 @@ var PaymentContainer = function PaymentContainer(_ref) {
4261
4261
  return currencyNormalizerCreator(createFixedFloatNormalizer(2)(parseFloat(value)), currency);
4262
4262
  }
4263
4263
  }, {
4264
- label: 'Pay Now',
4264
+ label: 'Pay Now (incl. 10% fee)',
4265
4265
  id: 'pay_now',
4266
4266
  normalizer: function normalizer(value, currency) {
4267
4267
  return currencyNormalizerCreator(createFixedFloatNormalizer(2)(parseFloat(value)), currency);