webform_civicrm icon indicating copy to clipboard operation
webform_civicrm copied to clipboard

Testing Irish names

Open KarinG opened this issue 1 year ago • 2 comments

Overview

A member of AWA reported not being able to make a payment using iATS.

Before

In the tests we're just using

    $billingValues = [
      'first_name' => 'Frederick',
      'last_name' => 'Pabst',

After

    $billingValues = [
      'first_name' => 'Frederick',
      'last_name' => "O'Pabst-Kelly",

I'm expecting this to fail. And when it does we know it needs to be addressed in the iATS Extension.

KarinG avatar Jan 31 '24 01:01 KarinG

Ok that passed... I need a screenshot.

KarinG avatar Jan 31 '24 02:01 KarinG

Ok that was the wrong test! Billing fields now updated for legacy and exporting a png.

KarinG avatar Jan 31 '24 02:01 KarinG