Fix wording errors in the capturePayment() method

Created on 29 May 2023, about 1 year ago
Updated 16 January 2024, 5 months ago

There are several wording errors in the capturePayment() method here https://git.drupalcode.org/project/commerce_paypal/-/blob/8.x-1.x/src/Pl...

throw new PaymentGatewayException('Count not capture payment. Message: ' . $data['respmsg'], $data['result']);
throw new PaymentGatewayException('Count not capture payment. Message: ' . $e->getMessage(), $e->getCode(), $e);

Instead of "Count" we need to use "Could".

🐛 Bug report
Status

Fixed

Version

1.0

Component

Payflow Gateway

Created by

🇺🇦Ukraine marchuk.vitaliy Rivne, UA

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024