Skip to content

Commit

Permalink
feat(#188): add cash payment method
Browse files Browse the repository at this point in the history
  • Loading branch information
Jumpy-Squirrel committed Jan 2, 2024
1 parent 155f0a9 commit a85fc59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/repository/paymentservice/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ type PaymentMethod string
const (
Credit PaymentMethod = "credit"
Paypal PaymentMethod = "paypal"
Cash PaymentMethod = "cash"
Transfer PaymentMethod = "transfer"
Internal PaymentMethod = "internal"
Gift PaymentMethod = "gift"
Expand Down

0 comments on commit a85fc59

Please sign in to comment.