Skip to content

Commit 1eb05d8

Browse files
authored
feat: [LM-1744] Updated UShip to uShip (#123)
1 parent 35179bb commit 1eb05d8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/LoadPaymentMethod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export function formatLoadPaymentMethod(
4747
case 'cashapp':
4848
return 'CashApp';
4949
case 'uship':
50-
return 'UShip';
50+
return 'uShip';
5151
case 'superpay':
5252
return 'SuperPay';
5353

src/PaymentMethod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export function formatPaymentMethod(
9595
case 'cashapp':
9696
return 'CashApp';
9797
case 'uship':
98-
return 'UShip';
98+
return 'uShip';
9999
case 'ach':
100100
return 'ACH';
101101
case 'superpay':

src/__tests__/LoadPaymentMethod.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ it('formats known', () => {
4949
],
5050
Array [
5151
"uship",
52-
"UShip",
52+
"uShip",
5353
],
5454
Array [
5555
"zelle",

src/__tests__/PaymentMethod.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ it('formats known', () => {
5050
],
5151
Array [
5252
"uship",
53-
"UShip",
53+
"uShip",
5454
],
5555
Array [
5656
"zelle",

0 commit comments

Comments
 (0)