You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Use this module to provide payment for things like:
27
27
28
28
### Architecture
29
29
30
-
`Payment` is the main data model. It contains information such as the gateway (being) used to make the payment, the monetary amount (ammount + currency), and the status of the payment.
30
+
`Payment` is the main data model. It contains information such as the gateway (being) used to make the payment, the monetary amount (amount + currency), and the status of the payment.
31
31
32
32
`Payment` has many `Messages`. These represent all the types of logging / transaction messages associated with a single payment.
0 commit comments