Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing Irish names #943

Open
wants to merge 5 commits into
base: 6.x
Choose a base branch
from
Open

Testing Irish names #943

wants to merge 5 commits into from

Conversation

KarinG
Copy link
Collaborator

@KarinG KarinG commented Jan 31, 2024

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
Copy link
Collaborator Author

KarinG commented Jan 31, 2024

Ok that passed... I need a screenshot.

@KarinG
Copy link
Collaborator Author

KarinG commented Jan 31, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant