Skip to content

Commit

Permalink
Update docs/tutorials/add-payment-adapter.md
Browse files Browse the repository at this point in the history
Co-authored-by: Steven <[email protected]>
  • Loading branch information
lohanidamodar and stnguyen90 authored May 7, 2023
1 parent 02cfa62 commit 0c20a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/add-payment-adapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Create a new file `XXX.php` where `XXX` is the name of the adapter in [`PascalCa
src/Pay/Adapter/XXX.php
```

Inside this file, create a new class that extends the adapter abstract `Adapter` class. Note that the class name should start with a capital letter, as PHP FIG standards suggest.
Inside this file, create a new class that extends the abstract `Adapter` class. Note that the class name should start with a capital letter, as PHP FIG standards suggest.

Once a new class is created, you can implement your new adapter's flow. We have prepared a starting point for the adapter class below, but you should also consider looking at other adapter implementations and try to follow the same standards.

Expand Down

0 comments on commit 0c20a23

Please sign in to comment.