Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaymo committed Sep 16, 2024
1 parent 5eb596f commit 6cc2ad0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
class In3FieldsStrategy implements PaymentFieldsStrategyI
{
use PaymentFieldsStrategiesTrait;

const FIELD_BIRTHDATE = "billing_birthdate";
const FIELD_PHONE = "billing_phone_in3";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
class RivertyFieldsStrategy implements PaymentFieldsStrategyI
{
use PaymentFieldsStrategiesTrait;

const FIELD_BIRTHDATE = "billing_birthdate";
const FIELD_PHONE = "billing_phone_riverty";

Expand Down

0 comments on commit 6cc2ad0

Please sign in to comment.