Tag sqitch with version version 4
This commit is contained in:
parent
087108fe90
commit
9ba9bac2a8
|
@ -1,4 +1,4 @@
|
|||
camper (1.2~git00000000000000.0000000-1) bookworm; urgency=medium
|
||||
camper (1.4~git00000000000000.0000000-1) bookworm; urgency=medium
|
||||
|
||||
* Initial release
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
package build
|
||||
|
||||
const Version = "1.3~git"
|
||||
const Version = "1.4~git"
|
||||
|
|
|
@ -258,3 +258,4 @@ payment_redsys_response [roles schema_camper payment currency_code] 2024-02-12T2
|
|||
process_payment_response [roles schema_camper redsys_response payment payment_redsys_response parse_price currency] 2024-02-12T22:04:48Z jordi fita mas <jordi@tandem.blog> # Add function to process Redsys response of a payment
|
||||
down_payment [roles schema_camper payment] 2024-02-13T21:53:44Z jordi fita mas <jordi@tandem.blog> # Add function to compute payment down payment from its percentage
|
||||
payment_reference [roles schema_camper payment] 2024-02-14T01:45:37Z jordi fita mas <jordi@tandem.blog> # Add function to generate a payment reference
|
||||
@v4 2024-02-27T17:30:17Z jordi fita mas <jordi@tandem.blog> # Tag v4
|
||||
|
|
Loading…
Reference in New Issue