Commit d2d0cd8
committed
feat: standardize payment method descriptions
- Added method_description to Credit Card gateway
- Updated all descriptions to follow consistent pattern: 'Accept {method} payments.'
- Credit Card: 'Accept credit card payments.'
- Apple Pay / Google Pay: 'Accept Apple Pay and Google Pay payments.'
- All other methods already following the pattern1 parent cbb1556 commit d2d0cd8
File tree
2 files changed
+6
-5
lines changed- src/Gateways/PaymentMethods
2 files changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| |||
0 commit comments