chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
customer="$1"
|
||||
amount="$2"
|
||||
|
||||
printf 'Credit note for %s: -$%s debit.\n' "$customer" "$amount"
|
||||
Reference in New Issue
Block a user